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

Method getNumPoints

Engine/source/math/mSplinePatch.h:54–54  ·  view source on GitHub ↗

Gets the number of points in the spline

Source from the content-addressed store, hash-verified

52
53 /// Gets the number of points in the spline
54 U32 getNumPoints(){ return mPoints.size(); }
55 /// Gets the point at the given index
56 /// @param pointNum index of the point in question
57 const Point3F * getPoint( U32 pointNum );

Callers 3

getCenterPointMethod · 0.45
transformMethod · 0.45
buildBoxDataMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected