Collapse AllExpand All Code: All Code: Multiple Code: C# Code: Visual Basic Code: Visual C++
|
[TCheckBoxFormControlObj]C#
[TCheckBoxFormControlObj]Visual Basic
[TCheckBoxFormControlObj]
Sets the Up direction of the given Quaternion to be the given New Up Direction.
Namespace: DPSF
Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0
Syntax
C#
|
public static void SetUpDirection(
ref Quaternion sOrientation,
Vector3 sNewUpDirection
)
|
Visual Basic
|
Public Shared Sub SetUpDirection (
ByRef sOrientation As Quaternion,
sNewUpDirection As Vector3
)
|
Visual C++
|
public:
static void SetUpDirection(
Quaternion% sOrientation,
Vector3 sNewUpDirection
)
|
Parameters
sOrientation
Type: Quaternion%
The Quaternion to modify.
sNewUpDirection
Type: Vector3
The New Up Direction the Quaternion should have.
See Also
Orientation3D Class
Orientation3D Members
DPSF Namespace
Send comments on this topic to
|