Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
|
..SetRightDirection Method
|
|
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
Syntax
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(
Quaternion% sOrientation,
Vector3 sNewRightDirection
)
|
Parameters
sOrientation
Type: Quaternion%
The Quaternion to modify.
sNewRightDirection
Type: Vector3
The New Right Direction the Quaternion should have.
See Also
Orientation3D Class
Orientation3D Members
DPSF Namespace
Send comments on this topic to
Dan@DansKingdom.com
|