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

Class Transform3D

src/main/java/field/linalg/Transform3D.java:98–5878  ·  view source on GitHub ↗

A generalized transform object represented internally as a 4x4 double-precision floating point matrix. The mathematical representation is row major, as in traditional matrix mathematics. A Transform3D is used to perform translations, rotations, and scaling and shear effects. A transform has

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 11

__sub__Method · 0.85
__add__Method · 0.85
__radd__Method · 0.85
__mul__Method · 0.85
__div__Method · 0.85
__rdiv__Method · 0.85
__rmul__Method · 0.85
T3DClass · 0.85
rotateMethod · 0.85
translateMethod · 0.85
scaleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected