Click or drag to resize
SymmetricalTransformGetReflectedRotationInCorrespondingTransformSpace Method
Transform specified local rotation in this instance's space into the space of its CorrespondingTransform.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Quaternion GetReflectedRotationInCorrespondingTransformSpace(
	Quaternion localRotation
)

Parameters

localRotation
Type: Quaternion
An orientation in this instance's space.

Return Value

Type: Quaternion
The local rotation in this instance's space reflected into the CorrespondingTransform's coordinate space.
See Also