Go to the source code of this file.
| Typedefs | |
| typedef struct MR_Line3d | MR_Line3d | 
| typedef struct MR_Line3f | MR_Line3f | 
| typedef struct MR_Cone3f | MR_Cone3f | 
| Generated from class MR::Cone3f. | |
| typedef struct MR_Cone3d | MR_Cone3d | 
| Generated from class MR::Cone3d. | |
Generated from class MR::Cone3f. 
| MRC_API MR_Vector3d * MR_Cone3d_apex | ( | MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named apex. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3d * MR_Cone3d_apex_const | ( | const MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named apex. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Generated from a method of class MR::Cone3d named operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_Vector3d * MR_Cone3d_center | ( | MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named center. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3d * MR_Cone3d_center_const | ( | const MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named center. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_Cone3d * MR_Cone3d_Construct | ( | const MR_Line3d * | inAxis, | 
| double | inAngle, | ||
| double | inHeight ) | 
Generated from a constructor of class MR::Cone3d. Parameter inAxis can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3d_Destroy() to free it when you're done using it. 
Generated from a constructor of class MR::Cone3d. Parameter _other can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3d_Destroy() to free it when you're done using it. 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3d_Destroy() to free it when you're done using it. 
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_Cone3d_DestroyArray(). Use MR_Cone3d_OffsetMutablePtr() and MR_Cone3d_OffsetPtr() to access the array elements. 
Destroys a heap-allocated instance of MR_Cone3d. Does nothing if the pointer is null. 
Destroys a heap-allocated array of MR_Cone3d. Does nothing if the pointer is null. 
| MRC_API MR_Vector3d * MR_Cone3d_direction | ( | MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named direction. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3d * MR_Cone3d_direction_const | ( | const MR_Cone3d * | _this | ) | 
Generated from a method of class MR::Cone3d named direction. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3d named angle. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3d named axis. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3d named height. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3d named angle. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3d named axis. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3d named height. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API MR_Vector3d MR_Cone3d_projectPoint | ( | const MR_Cone3d * | _this, | 
| const MR_Vector3d * | point ) | 
Generated from a method of class MR::Cone3d named projectPoint. Parameter _this can not be null. It is a single object. Parameter point can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3d named angle. Parameter _this can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3d named axis. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3d named height. Parameter _this can not be null. It is a single object. 
| MRC_API MR_Vector3f * MR_Cone3f_apex | ( | MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named apex. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3f * MR_Cone3f_apex_const | ( | const MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named apex. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Generated from a method of class MR::Cone3f named operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API MR_Vector3f * MR_Cone3f_center | ( | MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named center. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3f * MR_Cone3f_center_const | ( | const MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named center. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Generated from a constructor of class MR::Cone3f. Parameter inAxis can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3f_Destroy() to free it when you're done using it. 
Generated from a constructor of class MR::Cone3f. Parameter _other can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3f_Destroy() to free it when you're done using it. 
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_Cone3f_Destroy() to free it when you're done using it. 
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_Cone3f_DestroyArray(). Use MR_Cone3f_OffsetMutablePtr() and MR_Cone3f_OffsetPtr() to access the array elements. 
Destroys a heap-allocated instance of MR_Cone3f. Does nothing if the pointer is null. 
Destroys a heap-allocated array of MR_Cone3f. Does nothing if the pointer is null. 
| MRC_API MR_Vector3f * MR_Cone3f_direction | ( | MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named direction. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
| MRC_API const MR_Vector3f * MR_Cone3f_direction_const | ( | const MR_Cone3f * | _this | ) | 
Generated from a method of class MR::Cone3f named direction. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3f named angle. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3f named axis. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a pointer to a member variable of class MR::Cone3f named height. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3f named angle. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3f named axis. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Returns a mutable pointer to a member variable of class MR::Cone3f named height. Parameter _this can not be null. It is a single object. The returned pointer will never be null. It is non-owning, do NOT destroy it. 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
Offsets a pointer to an array element by i positions (not bytes). Use only if you're certain that the pointer points to an array element. 
| MRC_API MR_Vector3f MR_Cone3f_projectPoint | ( | const MR_Cone3f * | _this, | 
| const MR_Vector3f * | point ) | 
Generated from a method of class MR::Cone3f named projectPoint. Parameter _this can not be null. It is a single object. Parameter point can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3f named angle. Parameter _this can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3f named axis. Parameter _this can not be null. It is a single object. Parameter value can not be null. It is a single object. 
Modifies a member variable of class MR::Cone3f named height. Parameter _this can not be null. It is a single object.