QuatAssumeType
import { QuatAssumeType } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
Native object: release it with using or delete(). Factories can return null; check before calling methods.
Unit quaternion flag
Constructors and members
static QUAT_ASSUME_NOT_UNIT
This flag is specified by default. If this flag is specified, the input quaternions are assumed to be not unit quaternions. It can guarantee the correctness of the calculations, although the calculation speed will be slower than the flag QUAT_ASSUME_UNIT.
QUAT_ASSUME_NOT_UNIT: QuatAssumeTypeValue<0>,static QUAT_ASSUME_UNIT
If this flag is specified, the input quaternions are assumed to be unit quaternions which will save some computations. However, if this flag is specified without unit quaternion, the program correctness of the result will not be guaranteed.
QUAT_ASSUME_UNIT: QuatAssumeTypeValue<1>These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.