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
Orientation3D
.
.
::
..SetRightDirection Method
gradient

Sets the Right direction of the given Quaternion to be the given New Right Direction.

Namespace: DPSF

Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0

collapse_allSyntax

C#

public static void SetRightDirection(

 ref Quaternion sOrientation,

 Vector3 sNewRightDirection

)

Visual Basic

Public Shared Sub SetRightDirection (

 ByRef sOrientation As Quaternion,

 sNewRightDirection As Vector3

)

Visual C++

public:

static void SetRightDirection(

 QuaternionsOrientation,

 Vector3 sNewRightDirection

)

Parameters

sOrientation

Type: Quaternion%

The Quaternion to modify.

sNewRightDirection

Type: Vector3

The New Right Direction the Quaternion should have.

collapse_allSee Also

Orientation3D Class

Orientation3D Members

DPSF Namespace

footer

Send comments on this topic to

Dan@DansKingdom.com