FQuaternionUnaryNegation Operator
Return the result of the caller's quaternion values negated.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion operator -(
FQuaternion quaternion
)
Public Shared Operator - (
quaternion As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to a quaternion to negate.
FQuaternion
Reference to a newly created quaternion where the values from the
original object have been negated.