Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Returns the new Position after Rotating the given Position around the specified Pivot Point
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static Vector3 RotatePosition(
Matrix sRotationMatrix,
Vector3 sPivotPoint,
Vector3 sPosition
)
|
Visual Basic
|
Public Shared Function RotatePosition (
sRotationMatrix As Matrix,
sPivotPoint As Vector3,
sPosition As Vector3
) As Vector3
|
Visual C++
|
public:
static Vector3 RotatePosition(
Matrix sRotationMatrix,
Vector3 sPivotPoint,
Vector3 sPosition
)
|
Parameters
sRotationMatrix
Type: Matrix
The Rotation to apply to the Emitter
sPivotPoint
Type: Vector3
The Point to rotate the Emitter around
sPosition
Type: Vector3
The Position to be rotated around the Pivot Point
Return Value
Type: Vector3
Returns the new Position after Rotating the given Position around the specified Pivot Point
See Also
PivotPoint3D Class
PivotPoint3D Members
RotatePosition Overload
DPSF Namespace

Send comments on this topic to
|