FQuaternionSubtract Method
Subtract the second quaternion from the first, returning the result as
a new quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Subtract(
FQuaternion minuend,
FQuaternion subtrahend
)
Public Shared Function Subtract (
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 quaternion representing the starting value.
- subtrahend FQuaternion
-
Reference to the quaternion representing the amount to be subtracted.
FQuaternion
Reference to a new quaternion containing the result of the subtraction,
if legitimate.