Click or drag to resize
SymmetricalTransformGetReflectedPointInCorrespondingTransformSpace Method
Transform supplied point in this instance's space into the space of the CorrespondingTransform based on this instance's current LinearSymmetryMode.

Namespace: Candlelight
Assembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntax
C#
public Vector3 GetReflectedPointInCorrespondingTransformSpace(
	Vector3 localPosition
)

Parameters

localPosition
Type: Vector3
A point in this instance's space.

Return Value

Type: Vector3
The point in this instance's space reflected into the CorrespondingTransform's coordinate space.
See Also