Method Create
Create(double, double, double, double)
Creates a new instance of AxisTriad struct
Declaration
public static AxisTriad Create(double inclination, double azimuth, double rotation, double tolerance = 1E-06)
Parameters
| Type | Name | Description |
|---|---|---|
| double | inclination | The inclination |
| double | azimuth | The azimuth |
| double | rotation | The rotation |
| double | tolerance | The tolerance to use for rotation |
Returns
| Type | Description |
|---|---|
| AxisTriad | A new axis triad specified by the given angles |