Home
last modified time | relevance | path

Searched refs:numPoints (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/include/nn/math/
Dmath_Geometry.h184 void Set(const VEC3* arrayPoint, unsigned int numPoints);
291 void Set(const VEC3* arrayPoint, unsigned int numPoints);
/CTR-SDK-0.14.23/CTR_SDK-0_14_23-20110107-en/CTR_SDK/sources/libraries/math/
Dmath_Geometry.cpp56 AABB::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set() argument
61 for (unsigned int i = 1; i < numPoints; ++i) in Set()
147 SPHERE::Set(const VEC3* arrayPoint, unsigned int numPoints) in Set() argument
150 tmp.Set(arrayPoint, numPoints); in Set()
154 for (unsigned int i = 1; i < numPoints; ++i) in Set()