Create a new AxisAngle with zero rotation about (0, 0, 1) .
()
| 59 | * Create a new {@link AxisAngle} with zero rotation about <tt>(0, 0, 1)</tt>. |
| 60 | */ |
| 61 | public AxisAngle() { |
| 62 | z = 1.0f; |
| 63 | } |
| 64 | |
| 65 | /** |
| 66 | * Create a new {@link AxisAngle} with the same values of <code>a</code>. |