collapse_all
expand_all
collapse_allexpand_alldropdowndropdownHovercopycodecopycodeHighlight

collapse_all Collapse AllExpand All     dropdown Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++

[TCheckBoxFormControlObj]C#

[TCheckBoxFormControlObj]Visual Basic

[TCheckBoxFormControlObj]
Visual C++
DPSF API Documentation
PivotPoint3D
.
.
::
..RotatePosition Method (Matrix, Vector3, Vector3)

See Also Send Feedback

gradient

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

collapse_allSyntax

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

collapse_allSee Also

PivotPoint3D Class

PivotPoint3D Members

RotatePosition Overload

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com