Creation of 2D geometries. More...
Functions | |
void | CreatePlane (Mesh *mesh, const Vec3d *upLeft, const Vec3d *upRight, const Vec3d *lowLeft, const Vec3d *lowRight, int subset, bool fill) |
Creates a plane. More... | |
void | CreatePlane (Mesh *mesh, double width, double height, const Vec3d *center, int subset, bool fill) |
Creates a plane. More... | |
void | CreateCircle (Mesh *mesh, const Vec3d *center, double radius, int rim_vertices, int subset, bool fill) |
Creates a circle. More... | |
Creation of 2D geometries.
void CreateCircle | ( | Mesh * | mesh, |
const Vec3d * | center, | ||
double | radius, | ||
int | rim_vertices, | ||
int | subset, | ||
bool | fill | ||
) |
Creates a circle.
void CreatePlane | ( | Mesh * | mesh, |
const Vec3d * | upLeft, | ||
const Vec3d * | upRight, | ||
const Vec3d * | lowLeft, | ||
const Vec3d * | lowRight, | ||
int | subset, | ||
bool | fill | ||
) |
Creates a plane.