Constructors
Functions
Checks vector components for equality (using '==' operator). For better numeric stability consider using isFuzzyEqual.
Checks vector components for equality using com.lehaine.littlekt.math.isFuzzyEqual, that is all components must have a difference less or equal eps.
Checks vector components for equality using com.lehaine.littlekt.math.isFuzzyEqual, that is all components must have a difference less or equal eps.
Checks vector components for equality using com.lehaine.littlekt.math.isFuzzyEqual, that is all components must have a difference less or equal eps.
Multiplies this vector as a quaternion with another in the form of this * other
.
Multiplies this vector as a quaternion with another in the form of other * this
.
Transforms the given vector using this quaternion and outputs the result.