|
|
Overload List
| Name | Description | |
|---|---|---|
|
|
Rotation3D()()()() |
Default constructor, makes an Identity rotation
|
|
|
Rotation3D(UnitVector3D, UnitVector3D) |
Creates rotation that rotates vector1 to same direction as vector2
|
|
|
Rotation3D(UnitVector3D, Double) |
Creates rotation about given axis by angle in radians
|
|
|
Rotation3D(UnitVector3D, UnitVector3D, UnitVector3D) |
Creates rotation about axis by angle between v1 and v2 projected onto plane normal to axis.
|
|
|
Rotation3D(Double, Double, Double, Double) |
Creates rotation from 4 components
|