MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / JitterPointsAt00

Function JitterPointsAt00

jni/stasm/misc.cpp:404–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404Shape JitterPointsAt00(
405 const Shape& shape) // in
406{
407 Shape outshape(shape.clone());
408 JitterPointsAt00InPlace(outshape);
409 return outshape;
410}
411
412// Multiply a two element xy vector by a 3 x 3 matrix.
413// Used for homogeneous transforms. mat can be 3x2 or 2x2 (since the

Callers 3

StartShapeFromDetParFunction · 0.85
ConformShapeToModFunction · 0.85
PinMeanShapeFunction · 0.85

Calls 1

JitterPointsAt00InPlaceFunction · 0.85

Tested by

no test coverage detected