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

Method identity

src/main/java/field/linalg/Quat.java:758–764  ·  view source on GitHub ↗

Set this quaternion to the identity. @return this

()

Source from the content-addressed store, hash-verified

756 *
757 * @return this
758 */
759 public Quat identity() {
760 x = 0.0;
761 y = 0.0;
762 z = 0.0;
763 w = 1.0;
764 return this;
765 }
766
767 /**

Callers 8

ShaderGroupClass · 0.45
vrLeftHandDirectionMethod · 0.45
vrRightHandDirectionMethod · 0.45
setShaderMethod · 0.45
clearMethod · 0.45
loadIdentityMethod · 0.45
MeshBuilderClass · 0.45
OculusDrawTarget2Class · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected