QuaternionLength method
Computes the length of a quaternion
Implementation
@override
double QuaternionLength(
QuaternionD q,
) => _ffi.QuaternionLength(
$.Quaternion$.Ref1(q).asNativePointer<QuaternionC>().ref,
);
Computes the length of a quaternion
@override
double QuaternionLength(
QuaternionD q,
) => _ffi.QuaternionLength(
$.Quaternion$.Ref1(q).asNativePointer<QuaternionC>().ref,
);