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

Function CopyPoint

jni/stasm/convshape.cpp:9–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7namespace stasm
8{
9static void CopyPoint( // copy a point from oldshape to shape
10 Shape& shape, // io
11 const Shape& oldshape, // in
12 int i, // in
13 int iold) // in
14{
15 shape(i, IX) = oldshape(iold, IX);
16 shape(i, IY) = oldshape(iold, IY);
17}
18
19static void InterPoint( // interpolate a point from two nearby oldshape points
20 Shape& shape, // io

Callers 5

Shape77As20Function · 0.70
Shape77As22Function · 0.70
Shape77AsXm2vts68Function · 0.70
Shape77As68Function · 0.70
Shape77As76Function · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected