Back to class index
| Polyhedron::NearestVertexSyntaxint Polyhedron::NearestVertex(const float4 &point) const; [15 lines of code]Returns the index of the nearest vertex to the given point. Note In the degenerate case when this Polyhedron is null and does not contain any vertices, this function returns -1. |