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

Function CopyPoint

jni/stasm/pinstart.cpp:140–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static void CopyPoint( // copy a point from oldshape to shape
141 Shape& shape, // io
142 const Shape& oldshape, // in
143 int i, // in
144 int iold) // in
145{
146 shape(i, IX) = oldshape(iold, IX);
147 shape(i, IY) = oldshape(iold, IY);
148}
149
150static Shape Shape5( // return a 5 point shape
151 const Shape& pinned, // in: pinned landmarks, canonical 5 points are best

Callers 1

Shape5Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected