MCPcopy Create free account
hub / github.com/OpenEndedGroup/Field2 / AxisAngle

Method AxisAngle

src/main/java/field/linalg/AxisAngle.java:61–63  ·  view source on GitHub ↗

Create a new AxisAngle with zero rotation about (0, 0, 1) .

()

Source from the content-addressed store, hash-verified

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>.

Callers

nothing calls this directly

Calls 1

acosMethod · 0.80

Tested by

no test coverage detected