7#ifndef GEOMETRYELEMENT_H
8#define GEOMETRYELEMENT_H
void calcNormal(const MFloat *const vertices, MFloat *normal) const
Calculates the normal vector from the geometry element vertices.
void allocateElements(void *, void *, MInt &)
static MInt staticElementSize()
void writeElement() const
void calcCentroid(const MFloat *const vertices, MFloat *centroid) const
Calculate the centroid of the geometry element vertices.
void getVertices(MFloat *vertices) const
Return the vertices of the geometry element.
static void init(MInt NotUsed(dimensions), MInt, MInt)