Click or drag to resize

QuaternionConjugate Method

Creates a new Quaternion that contains conjugated version of the specified quaternion.

Namespace:  SampSharp.GameMode
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
public static Quaternion Conjugate(
	Quaternion value
)

Parameters

value
Type: SampSharp.GameModeQuaternion
The quaternion which values will be used to create the conjugated version.

Return Value

Type: Quaternion
The conjugate version of the specified quaternion.
See Also