FQuaternionNegate Method
Return a negated version of the supplied quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FQuaternion Negate(
FQuaternion quaternion
)
Public Shared Function Negate (
quaternion As FQuaternion
) As FQuaternion
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to inspect.
FQuaternion
Reference to a newly created quaternion representing the negated
contents of the caller's value, if legitimate.