[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic 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. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters fRotation The Rotation in radians to rotate around the Pivot Point by sPivotPoint Type: Vector3 The Point to Rotate around. NOTE: The Z-value is ignored, since this is a 2D rotation. sPosition Type: Vector3 The current Position of the object. NOTE: The Z-value is ignored and will not be changed, since this is a 2D rotation. Return Value Type: Vector3 Returns the new Position after Rotating the given Position around the specified Pivot Point. See Also |