 | SymmetricalTransformGetReflectedPointInCorrespondingTransformSpace Method |
Namespace: CandlelightAssembly: Assembly-CSharp-firstpass (in Assembly-CSharp-firstpass.dll) Version: 0.0.0.0
Syntaxpublic 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