Calculate a Vector3D containing the rotation angles (in degrees) around
the 3D axis for the given Vector3D.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
| C# |
|---|
public static Vector3D RotationAnglesFromVector(
Vector3D vector
) |
| Visual Basic |
|---|
Public Shared Function RotationAnglesFromVector ( _
vector As Vector3D _
) As Vector3D |
| JScript |
|---|
public static function RotationAnglesFromVector(
vector : Vector3D
) : Vector3D |
Parameters
- vector
- Type: System.Windows.Media.Media3D..::..Vector3D
the Vector3D which rotation angles are calculated for.
Return Value
a
Vector3D containing the rotation angles.
See Also