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 |
| typedef struct MR_Cone3d | MR_Cone3d |
Generated from class MR::Cone3d. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
Generated from class MR::Cone3f. Supported MR_PassBy modes: MR_PassBy_DefaultConstruct, MR_PassBy_Copy, MR_PassBy_Move (and MR_PassBy_DefaultArgument and MR_PassBy_NoObject if supported by the callee).
| MRC_API MR_Vector3d * MR_Cone3d_apex | ( | MR_Cone3d * | _this | ) |
Generated from method MR::Cone3d::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 method MR::Cone3d::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 method MR::Cone3d::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
| MRC_API MR_Vector3d * MR_Cone3d_center | ( | MR_Cone3d * | _this | ) |
Generated from method MR::Cone3d::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 method MR::Cone3d::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 constructor MR::Cone3d::Cone3d. Parameter inAxis can not be null. It is a single object. The reference to the parameter inAxis might be preserved in the constructed 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 constructor MR::Cone3d::Cone3d. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed 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 method MR::Cone3d::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 method MR::Cone3d::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. The reference to the parameter ptr might be preserved in the return value.
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. The reference to the parameter ptr might be preserved in the return value.
| MRC_API MR_Vector3d MR_Cone3d_projectPoint | ( | const MR_Cone3d * | _this, |
| const MR_Vector3d * | point ) |
Generated from method MR::Cone3d::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. When this function is called, this object will drop object references it had previously in angle.
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. The reference to the parameter value might be preserved in this object in element axis. When this function is called, this object will drop object references it had previously in axis.
Modifies a member variable of class MR::Cone3d named height. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in height.
| MRC_API MR_Vector3f * MR_Cone3f_apex | ( | MR_Cone3f * | _this | ) |
Generated from method MR::Cone3f::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 method MR::Cone3f::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 method MR::Cone3f::operator=. Parameter _this can not be null. It is a single object. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in this object. The returned pointer will never be null. It is non-owning, do NOT destroy it. When this function is called, this object will drop any object references it had previously.
| MRC_API MR_Vector3f * MR_Cone3f_center | ( | MR_Cone3f * | _this | ) |
Generated from method MR::Cone3f::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 method MR::Cone3f::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 constructor MR::Cone3f::Cone3f. Parameter inAxis can not be null. It is a single object. The reference to the parameter inAxis might be preserved in the constructed 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 constructor MR::Cone3f::Cone3f. Parameter _other can not be null. It is a single object. The reference to things referred to by the parameter _other (if any) might be preserved in the constructed 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 method MR::Cone3f::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 method MR::Cone3f::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. The reference to the parameter ptr might be preserved in the return value.
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. The reference to the parameter ptr might be preserved in the return value.
| MRC_API MR_Vector3f MR_Cone3f_projectPoint | ( | const MR_Cone3f * | _this, |
| const MR_Vector3f * | point ) |
Generated from method MR::Cone3f::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. When this function is called, this object will drop object references it had previously in angle.
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. The reference to the parameter value might be preserved in this object in element axis. When this function is called, this object will drop object references it had previously in axis.
Modifies a member variable of class MR::Cone3f named height. Parameter _this can not be null. It is a single object. When this function is called, this object will drop object references it had previously in height.