diff options
Diffstat (limited to 'src/Quaternions.h')
-rw-r--r-- | src/Quaternions.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Quaternions.h b/src/Quaternions.h index 9380905..6ed778a 100644 --- a/src/Quaternions.h +++ b/src/Quaternions.h @@ -41,7 +41,6 @@ constexpr XYZ& operator/=(XYZ& u, float k) { return u = u / k; } #ifdef __cplusplus extern "C" { #endif // __cplusplus - float dotProduct(struct XYZ, struct XYZ); float sqrlen(struct XYZ); float len(struct XYZ); struct XYZ crossProduct(struct XYZ, struct XYZ); |