FQuaternionDivide Method

Divide the divisor by the supplied dividend and return the result in a new quaternion.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FQuaternion Divide(
	FQuaternion divisor,
	FQuaternion dividend
)

Parameters

divisor  FQuaternion
Reference to the divisor to serve as the base.
dividend  FQuaternion
REference to the dividend into which to separate the base.

Return Value

FQuaternion
Reference to the result of the division, if legitimate values were provided.

See Also