Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ShaderGroup
Class · 0.45
vrLeftHandDirection
Method · 0.45
vrRightHandDirection
Method · 0.45
setShader
Method · 0.45
clear
Method · 0.45
loadIdentity
Method · 0.45
MeshBuilder
Class · 0.45
OculusDrawTarget2
Class · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected