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