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

Function TransformShape

jni/stasm/misc.cpp:469–477  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

467}
468
469Shape TransformShape( // return transformed shape
470 const Shape& shape, // in
471 double x0, double y0, double z0, // in
472 double x1, double y1, double z1) // in
473{
474 Shape outshape(shape.clone());
475 TransformShapeInPlace(outshape, x0, y0, z0, x1, y1, z1);
476 return outshape;
477}
478
479Shape TransformShape( // return transformed shape, affine transform
480 const Shape& shape, // in

Callers 8

AlignMeanShapeToFaceDetFunction · 0.85
ConformShapeToModFunction · 0.85
PinMeanShapeFunction · 0.85

Calls 1

TransformShapeInPlaceFunction · 0.85

Tested by

no test coverage detected