Go to the source code of this file.
Typedefs | |
| typedef struct MR_TwoLineSegmClosestPoints_float | MR_TwoLineSegmClosestPoints_float |
| typedef struct MR_TwoLineSegmClosestPoints_double | MR_TwoLineSegmClosestPoints_double |
Generated from class MR::TwoLineSegmClosestPoints<double>. 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::TwoLineSegmClosestPoints<float>. 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_TwoLineSegmClosestPoints_double * MR_findTwoLineSegmClosestPoints_MR_LineSegm3d | ( | const MR_LineSegm3d * | a, |
| const MR_LineSegm3d * | b ) |
Generated from function MR::findTwoLineSegmClosestPoints. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_double_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_findTwoLineSegmClosestPoints_MR_LineSegm3f | ( | const MR_LineSegm3f * | a, |
| const MR_LineSegm3f * | b ) |
computes the closest points on two line segments Generated from function MR::findTwoLineSegmClosestPoints. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_float_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_AssignFromAnother | ( | MR_TwoLineSegmClosestPoints_double * | _this, |
| const MR_TwoLineSegmClosestPoints_double * | _other ) |
Generated from method MR::TwoLineSegmClosestPoints<double>::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 held previously.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_ConstructFrom | ( | MR_Vector3d | a, |
| MR_Vector3d | b, | ||
| MR_Vector3d | dir ) |
Constructs MR::TwoLineSegmClosestPoints<double> elementwise. The reference to the parameter a might be preserved in the constructed object. The reference to the parameter b might be preserved in the constructed object. The reference to the parameter dir might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_double_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_ConstructFromAnother | ( | const MR_TwoLineSegmClosestPoints_double * | _other | ) |
Generated from constructor MR::TwoLineSegmClosestPoints<double>::TwoLineSegmClosestPoints. 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_TwoLineSegmClosestPoints_double_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_double_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_DefaultConstructArray | ( | size_t | num_elems | ) |
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_TwoLineSegmClosestPoints_double_DestroyArray(). Use MR_TwoLineSegmClosestPoints_double_OffsetMutablePtr() and MR_TwoLineSegmClosestPoints_double_OffsetPtr() to access the array elements.
| MRC_API void MR_TwoLineSegmClosestPoints_double_Destroy | ( | const MR_TwoLineSegmClosestPoints_double * | _this | ) |
Destroys a heap-allocated instance of MR_TwoLineSegmClosestPoints_double. Does nothing if the pointer is null.
| MRC_API void MR_TwoLineSegmClosestPoints_double_DestroyArray | ( | const MR_TwoLineSegmClosestPoints_double * | _this | ) |
Destroys a heap-allocated array of MR_TwoLineSegmClosestPoints_double. Does nothing if the pointer is null.
| MRC_API const MR_Vector3d * MR_TwoLineSegmClosestPoints_double_Get_a | ( | const MR_TwoLineSegmClosestPoints_double * | _this | ) |
the closest points each from its respective segment Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named a. 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. The reference to this object might be preserved as the return value.
| MRC_API const MR_Vector3d * MR_TwoLineSegmClosestPoints_double_Get_b | ( | const MR_TwoLineSegmClosestPoints_double * | _this | ) |
the closest points each from its respective segment Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named b. 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. The reference to this object might be preserved as the return value.
| MRC_API const MR_Vector3d * MR_TwoLineSegmClosestPoints_double_Get_dir | ( | const MR_TwoLineSegmClosestPoints_double * | _this | ) |
Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named dir. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3d * MR_TwoLineSegmClosestPoints_double_GetMutable_a | ( | MR_TwoLineSegmClosestPoints_double * | _this | ) |
the closest points each from its respective segment Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named a. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3d * MR_TwoLineSegmClosestPoints_double_GetMutable_b | ( | MR_TwoLineSegmClosestPoints_double * | _this | ) |
the closest points each from its respective segment Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named b. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3d * MR_TwoLineSegmClosestPoints_double_GetMutable_dir | ( | MR_TwoLineSegmClosestPoints_double * | _this | ) |
Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<double> named dir. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_OffsetMutablePtr | ( | MR_TwoLineSegmClosestPoints_double * | ptr, |
| ptrdiff_t | i ) |
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 const MR_TwoLineSegmClosestPoints_double * MR_TwoLineSegmClosestPoints_double_OffsetPtr | ( | const MR_TwoLineSegmClosestPoints_double * | ptr, |
| ptrdiff_t | i ) |
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 void MR_TwoLineSegmClosestPoints_double_Set_a | ( | MR_TwoLineSegmClosestPoints_double * | _this, |
| MR_Vector3d | value ) |
the closest points each from its respective segment Modifies a member variable of class MR::TwoLineSegmClosestPoints<double> named a. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element a. When this function is called, this object will drop object references it held previously in a.
| MRC_API void MR_TwoLineSegmClosestPoints_double_Set_b | ( | MR_TwoLineSegmClosestPoints_double * | _this, |
| MR_Vector3d | value ) |
the closest points each from its respective segment Modifies a member variable of class MR::TwoLineSegmClosestPoints<double> named b. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element b. When this function is called, this object will drop object references it held previously in b.
| MRC_API void MR_TwoLineSegmClosestPoints_double_Set_dir | ( | MR_TwoLineSegmClosestPoints_double * | _this, |
| MR_Vector3d | value ) |
Modifies a member variable of class MR::TwoLineSegmClosestPoints<double> named dir. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element dir. When this function is called, this object will drop object references it held previously in dir.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_AssignFromAnother | ( | MR_TwoLineSegmClosestPoints_float * | _this, |
| const MR_TwoLineSegmClosestPoints_float * | _other ) |
Generated from method MR::TwoLineSegmClosestPoints<float>::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 held previously.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_ConstructFrom | ( | MR_Vector3f | a, |
| MR_Vector3f | b, | ||
| MR_Vector3f | dir ) |
Constructs MR::TwoLineSegmClosestPoints<float> elementwise. The reference to the parameter a might be preserved in the constructed object. The reference to the parameter b might be preserved in the constructed object. The reference to the parameter dir might be preserved in the constructed object. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_float_Destroy() to free it when you're done using it. When this function is called, this object will drop any object references it held previously.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_ConstructFromAnother | ( | const MR_TwoLineSegmClosestPoints_float * | _other | ) |
Generated from constructor MR::TwoLineSegmClosestPoints<float>::TwoLineSegmClosestPoints. 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_TwoLineSegmClosestPoints_float_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_TwoLineSegmClosestPoints_float_Destroy() to free it when you're done using it.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_DefaultConstructArray | ( | size_t | num_elems | ) |
Constructs an array of empty (default-constructed) instances, of the specified size. Will never return null. The array must be destroyed using MR_TwoLineSegmClosestPoints_float_DestroyArray(). Use MR_TwoLineSegmClosestPoints_float_OffsetMutablePtr() and MR_TwoLineSegmClosestPoints_float_OffsetPtr() to access the array elements.
| MRC_API void MR_TwoLineSegmClosestPoints_float_Destroy | ( | const MR_TwoLineSegmClosestPoints_float * | _this | ) |
Destroys a heap-allocated instance of MR_TwoLineSegmClosestPoints_float. Does nothing if the pointer is null.
| MRC_API void MR_TwoLineSegmClosestPoints_float_DestroyArray | ( | const MR_TwoLineSegmClosestPoints_float * | _this | ) |
Destroys a heap-allocated array of MR_TwoLineSegmClosestPoints_float. Does nothing if the pointer is null.
| MRC_API const MR_Vector3f * MR_TwoLineSegmClosestPoints_float_Get_a | ( | const MR_TwoLineSegmClosestPoints_float * | _this | ) |
the closest points each from its respective segment Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named a. 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. The reference to this object might be preserved as the return value.
| MRC_API const MR_Vector3f * MR_TwoLineSegmClosestPoints_float_Get_b | ( | const MR_TwoLineSegmClosestPoints_float * | _this | ) |
the closest points each from its respective segment Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named b. 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. The reference to this object might be preserved as the return value.
| MRC_API const MR_Vector3f * MR_TwoLineSegmClosestPoints_float_Get_dir | ( | const MR_TwoLineSegmClosestPoints_float * | _this | ) |
Returns a pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named dir. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3f * MR_TwoLineSegmClosestPoints_float_GetMutable_a | ( | MR_TwoLineSegmClosestPoints_float * | _this | ) |
the closest points each from its respective segment Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named a. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3f * MR_TwoLineSegmClosestPoints_float_GetMutable_b | ( | MR_TwoLineSegmClosestPoints_float * | _this | ) |
the closest points each from its respective segment Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named b. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_Vector3f * MR_TwoLineSegmClosestPoints_float_GetMutable_dir | ( | MR_TwoLineSegmClosestPoints_float * | _this | ) |
Returns a mutable pointer to a member variable of class MR::TwoLineSegmClosestPoints<float> named dir. 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. The reference to this object might be preserved as the return value.
| MRC_API MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_OffsetMutablePtr | ( | MR_TwoLineSegmClosestPoints_float * | ptr, |
| ptrdiff_t | i ) |
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 const MR_TwoLineSegmClosestPoints_float * MR_TwoLineSegmClosestPoints_float_OffsetPtr | ( | const MR_TwoLineSegmClosestPoints_float * | ptr, |
| ptrdiff_t | i ) |
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 void MR_TwoLineSegmClosestPoints_float_Set_a | ( | MR_TwoLineSegmClosestPoints_float * | _this, |
| MR_Vector3f | value ) |
the closest points each from its respective segment Modifies a member variable of class MR::TwoLineSegmClosestPoints<float> named a. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element a. When this function is called, this object will drop object references it held previously in a.
| MRC_API void MR_TwoLineSegmClosestPoints_float_Set_b | ( | MR_TwoLineSegmClosestPoints_float * | _this, |
| MR_Vector3f | value ) |
the closest points each from its respective segment Modifies a member variable of class MR::TwoLineSegmClosestPoints<float> named b. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element b. When this function is called, this object will drop object references it held previously in b.
| MRC_API void MR_TwoLineSegmClosestPoints_float_Set_dir | ( | MR_TwoLineSegmClosestPoints_float * | _this, |
| MR_Vector3f | value ) |
Modifies a member variable of class MR::TwoLineSegmClosestPoints<float> named dir. Parameter _this can not be null. It is a single object. The reference to the parameter value might be preserved in this object in element dir. When this function is called, this object will drop object references it held previously in dir.