Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenEndedGroup/Field2
/ view
Method
view
src/main/java/field/graphics/Camera.java:382–384 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
380
return
new
Mat4(m);
381
}
382
383
public
Mat4 view() {
384
return
view(0);
385
}
386
387
public
Mat4 view(float stereoSide) {
Callers
5
drawingSpaceToViewport
Method · 0.95
viewportToDrawingSpace
Method · 0.95
viewLeft
Method · 0.95
viewRight
Method · 0.95
viewCenter
Method · 0.95
Calls
8
cross
Method · 0.95
translate
Method · 0.95
scale
Method · 0.95
transpose
Method · 0.95
ray
Method · 0.80
position
Method · 0.65
normalize
Method · 0.45
mul
Method · 0.45
Tested by
no test coverage detected