#include <MRCMisc/exports.h>
Go to the source code of this file.
|
| MRC_API MR_Mesh * | MR_makePrism (float baseLength, float leftAngle, float rightAngle, const float *height) |
| |
◆ MR_Mesh
◆ MR_makePrism()
| MRC_API MR_Mesh * MR_makePrism |
( |
float | baseLength, |
|
|
float | leftAngle, |
|
|
float | rightAngle, |
|
|
const float * | height ) |
Generated from function MR::makePrism. Parameter height has a default argument: 1.0f, pass a null pointer to use it. Never returns null. Returns an instance allocated on the heap! Must call MR_Mesh_Destroy() to free it when you're done using it.