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

Method scaleAdd

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

Scales transform t1 by a Uniform scale matrix with scale factor s and then adds transform t2 (this = S t1 + t2). @param s the scale factor @param t1 the transform to be scaled @param t2 the transform to be added

(double s, Transform3D t1, Transform3D t2)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

normalizeMethod · 0.95

Tested by

no test coverage detected