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

Method normalize

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

Normalizes the rotational components (upper 3x3) of this matrix in place using a Singular Value Decomposition (SVD). This operation ensures that the column vectors of this matrix are orthogonal to each other. The primary use of this method is to correct for floating point errors that accumulate ove

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

setAutoNormalizeMethod · 0.95
addMethod · 0.95
subMethod · 0.95
transposeMethod · 0.95
setRotationMethod · 0.95
setMethod · 0.95
mulMethod · 0.95
setRotationScaleMethod · 0.95
scaleAddMethod · 0.95

Calls 5

isAffineMethod · 0.95
isInfOrNaNMethod · 0.95
computeScaleRotationMethod · 0.95
computeScalesMethod · 0.95
setMethod · 0.95

Tested by

no test coverage detected