|
RotatePositionVector3(Single, Vector3)
|
Rotates the object around the specified Pivot Point, changing its Position, without changing its Orientation.
NOTE: The Pivot Point's Z-value is ignored.
NOTE: This function is provided for convenience when using 3D Vectors in 2D coordinate systems.
|
|
RotatePositionVector3(Single, Vector3, Vector3)
|
Returns the new Position after Rotating the given Position around the specified Pivot Point.
NOTE: The Pivot Point and Position's Z-values are ignored.
This function is provided for convenience when using 3D Vectors in 2D coordinate systems.
|