|
|
Creates rotation from 4 components
Namespace: Autodesk.Navisworks.Api
Assembly: Autodesk.Navisworks.Api (in Autodesk.Navisworks.Api.dll)
Syntax
| Visual Basic |
|---|
Public Sub New ( _ a As Double, _ b As Double, _ c As Double, _ d As Double _ ) |
| C# |
|---|
public Rotation3D( double a, double b, double c, double d ) |
| Visual C++ |
|---|
public: Rotation3D( double a, double b, double c, double d ) |
Parameters
- a
- Type: System..::..Double
- b
- Type: System..::..Double
- c
- Type: System..::..Double
- d
- Type: System..::..Double