#include <MRCMisc/exports.h>Go to the source code of this file.
Functions | |
| MRC_API MR_Mesh * | MR_makeArrow (const MR_Vector3f *base, const MR_Vector3f *vert, const float *thickness, const float *coneRadius, const float *coneSize, const int *qual) |
| MRC_API MR_Mesh * | MR_makeBasisAxes (const float *size, const float *thickness, const float *coneRadius, const float *coneSize, const int *qual) |
| MRC_API MR_Mesh * MR_makeArrow | ( | const MR_Vector3f * | base, |
| const MR_Vector3f * | vert, | ||
| const float * | thickness, | ||
| const float * | coneRadius, | ||
| const float * | coneSize, | ||
| const int * | qual ) |
Generated from function MR::makeArrow. Parameter base can not be null. It is a single object. Parameter vert can not be null. It is a single object. Parameter thickness is a single object. Parameter thickness has a default argument: 0.0500000007f, pass a null pointer to use it. Parameter coneRadius is a single object. Parameter coneRadius has a default argument: 0.100000001f, pass a null pointer to use it. Parameter coneSize has a default argument: 0.200000003f, pass a null pointer to use it. Parameter qual has a default argument: 32, 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.
| MRC_API MR_Mesh * MR_makeBasisAxes | ( | const float * | size, |
| const float * | thickness, | ||
| const float * | coneRadius, | ||
| const float * | coneSize, | ||
| const int * | qual ) |
Generated from function MR::makeBasisAxes. Parameter size is a single object. Parameter size has a default argument: 1.0f, pass a null pointer to use it. Parameter thickness is a single object. Parameter thickness has a default argument: 0.0500000007f, pass a null pointer to use it. Parameter coneRadius is a single object. Parameter coneRadius has a default argument: 0.100000001f, pass a null pointer to use it. Parameter coneSize has a default argument: 0.200000003f, pass a null pointer to use it. Parameter qual has a default argument: 32, 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.