MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / addPoint

Method addPoint

Engine/source/math/mSplinePatch.cpp:59–62  ·  view source on GitHub ↗

------------------------------------------------------------------------------ Add point ------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

57// Add point
58//------------------------------------------------------------------------------
59void SplCtrlPts::addPoint( Point3F &point )
60{
61 mPoints.push_back( point );
62}
63
64//------------------------------------------------------------------------------
65// Submit control points

Callers 6

buildPolyListOpcodeMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45
buildPolyListMethod · 0.45
getPolyListMethod · 0.45
buildPolyListMethod · 0.45

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected