FQuaternionSubtraction Operator
Return the result of one quaternion subtracted from another.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion operator -(
FQuaternion minuend,
FQuaternion subtrahend
)
Public Shared Operator - (
minuend As FQuaternion,
subtrahend As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- minuend FQuaternion
-
Reference to the minuend quaternion.
- subtrahend FQuaternion
-
Reference to the subtrahend quaternion.
FQuaternion
Result of the subtraction.