Back to class index
| Polyhedron::VertexArrayPtrSyntaxfloat4 * Polyhedron::VertexArrayPtr(); [1 line of code]const float4 * Polyhedron::VertexArrayPtr() const; [1 lines of code] Returns a pointer to an array of vertices of this polyhedron. The array contains NumVertices() elements. Note Do NOT hold on to this pointer, since it is an alias to the underlying std::vector owned by this polyhedron. Calling any non-const Polyhedron member function may invalidate the pointer! |