Go to the source code of this file.
Typedefs | |
| typedef struct MR_IntersectionPrecomputes2_float | MR_IntersectionPrecomputes2_float |
| typedef struct MR_IntersectionPrecomputes2_double | MR_IntersectionPrecomputes2_double |
stores useful precomputed values for presented direction vector
allows to avoid repeatable computations during intersection finding Generated from class MR::IntersectionPrecomputes2<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).
stores useful precomputed values for presented direction vector
allows to avoid repeatable computations during intersection finding Generated from class MR::IntersectionPrecomputes2<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_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_AssignFromAnother | ( | MR_IntersectionPrecomputes2_double * | _this, |
| const MR_IntersectionPrecomputes2_double * | _other ) |
Generated from method MR::IntersectionPrecomputes2<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 had previously.
| MRC_API MR_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_Construct | ( | const MR_Vector2d * | dir | ) |
Generated from constructor MR::IntersectionPrecomputes2<double>::IntersectionPrecomputes2. Parameter dir can not be null. It is a single 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_IntersectionPrecomputes2_double_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_ConstructFromAnother | ( | const MR_IntersectionPrecomputes2_double * | _other | ) |
Generated from constructor MR::IntersectionPrecomputes2<double>::IntersectionPrecomputes2. 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_IntersectionPrecomputes2_double_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_IntersectionPrecomputes2_double_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_double_DestroyArray(). Use MR_IntersectionPrecomputes2_double_OffsetMutablePtr() and MR_IntersectionPrecomputes2_double_OffsetPtr() to access the array elements.
| MRC_API void MR_IntersectionPrecomputes2_double_Destroy | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
Destroys a heap-allocated instance of MR_IntersectionPrecomputes2_double. Does nothing if the pointer is null.
| MRC_API void MR_IntersectionPrecomputes2_double_DestroyArray | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
Destroys a heap-allocated array of MR_IntersectionPrecomputes2_double. Does nothing if the pointer is null.
| MRC_API const int * MR_IntersectionPrecomputes2_double_Get_idxX | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named idxX. 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_Vector2d * MR_IntersectionPrecomputes2_double_Get_invDir | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named invDir. 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 int * MR_IntersectionPrecomputes2_double_Get_maxDimIdxY | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named maxDimIdxY. 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_Vector2i * MR_IntersectionPrecomputes2_double_Get_sign | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
stores signs of direction vector; Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named sign. 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 double * MR_IntersectionPrecomputes2_double_Get_Sx | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
precomputed factors Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named Sx. 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 double * MR_IntersectionPrecomputes2_double_Get_Sy | ( | const MR_IntersectionPrecomputes2_double * | _this | ) |
precomputed factors Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<double> named Sy. 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 int * MR_IntersectionPrecomputes2_double_GetMutable_idxX | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named idxX. 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_Vector2d * MR_IntersectionPrecomputes2_double_GetMutable_invDir | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named invDir. 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 int * MR_IntersectionPrecomputes2_double_GetMutable_maxDimIdxY | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named maxDimIdxY. 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_Vector2i * MR_IntersectionPrecomputes2_double_GetMutable_sign | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
stores signs of direction vector; Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named sign. 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 double * MR_IntersectionPrecomputes2_double_GetMutable_Sx | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
precomputed factors Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named Sx. 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 double * MR_IntersectionPrecomputes2_double_GetMutable_Sy | ( | MR_IntersectionPrecomputes2_double * | _this | ) |
precomputed factors Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<double> named Sy. 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_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_OffsetMutablePtr | ( | MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_double * MR_IntersectionPrecomputes2_double_OffsetPtr | ( | const MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_double_Set_idxX | ( | MR_IntersectionPrecomputes2_double * | _this, |
| int | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<double> named idxX. 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 idxX.
| MRC_API void MR_IntersectionPrecomputes2_double_Set_invDir | ( | MR_IntersectionPrecomputes2_double * | _this, |
| MR_Vector2d | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<double> named invDir. 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 invDir. When this function is called, this object will drop object references it had previously in invDir.
| MRC_API void MR_IntersectionPrecomputes2_double_Set_maxDimIdxY | ( | MR_IntersectionPrecomputes2_double * | _this, |
| int | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<double> named maxDimIdxY. 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 maxDimIdxY.
| MRC_API void MR_IntersectionPrecomputes2_double_Set_sign | ( | MR_IntersectionPrecomputes2_double * | _this, |
| MR_Vector2i | value ) |
stores signs of direction vector; Modifies a member variable of class MR::IntersectionPrecomputes2<double> named sign. 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 sign. When this function is called, this object will drop object references it had previously in sign.
| MRC_API void MR_IntersectionPrecomputes2_double_Set_Sx | ( | MR_IntersectionPrecomputes2_double * | _this, |
| double | value ) |
precomputed factors Modifies a member variable of class MR::IntersectionPrecomputes2<double> named Sx. 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 Sx.
| MRC_API void MR_IntersectionPrecomputes2_double_Set_Sy | ( | MR_IntersectionPrecomputes2_double * | _this, |
| double | value ) |
precomputed factors Modifies a member variable of class MR::IntersectionPrecomputes2<double> named Sy. 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 Sy.
| MRC_API MR_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_AssignFromAnother | ( | MR_IntersectionPrecomputes2_float * | _this, |
| const MR_IntersectionPrecomputes2_float * | _other ) |
Generated from method MR::IntersectionPrecomputes2<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 had previously.
| MRC_API MR_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_Construct | ( | const MR_Vector2f * | dir | ) |
Generated from constructor MR::IntersectionPrecomputes2<float>::IntersectionPrecomputes2. Parameter dir can not be null. It is a single 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_IntersectionPrecomputes2_float_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_ConstructFromAnother | ( | const MR_IntersectionPrecomputes2_float * | _other | ) |
Generated from constructor MR::IntersectionPrecomputes2<float>::IntersectionPrecomputes2. 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_IntersectionPrecomputes2_float_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance. Never returns null. Returns an instance allocated on the heap! Must call MR_IntersectionPrecomputes2_float_Destroy() to free it when you're done using it.
| MRC_API MR_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_float_DestroyArray(). Use MR_IntersectionPrecomputes2_float_OffsetMutablePtr() and MR_IntersectionPrecomputes2_float_OffsetPtr() to access the array elements.
| MRC_API void MR_IntersectionPrecomputes2_float_Destroy | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
Destroys a heap-allocated instance of MR_IntersectionPrecomputes2_float. Does nothing if the pointer is null.
| MRC_API void MR_IntersectionPrecomputes2_float_DestroyArray | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
Destroys a heap-allocated array of MR_IntersectionPrecomputes2_float. Does nothing if the pointer is null.
| MRC_API const int * MR_IntersectionPrecomputes2_float_Get_idxX | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named idxX. 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_Vector2f * MR_IntersectionPrecomputes2_float_Get_invDir | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named invDir. 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 int * MR_IntersectionPrecomputes2_float_Get_maxDimIdxY | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named maxDimIdxY. 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_Vector2i * MR_IntersectionPrecomputes2_float_Get_sign | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
stores signs of direction vector; Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named sign. 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 float * MR_IntersectionPrecomputes2_float_Get_Sx | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
precomputed factors Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named Sx. 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 float * MR_IntersectionPrecomputes2_float_Get_Sy | ( | const MR_IntersectionPrecomputes2_float * | _this | ) |
precomputed factors Returns a pointer to a member variable of class MR::IntersectionPrecomputes2<float> named Sy. 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 int * MR_IntersectionPrecomputes2_float_GetMutable_idxX | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named idxX. 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_Vector2f * MR_IntersectionPrecomputes2_float_GetMutable_invDir | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named invDir. 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 int * MR_IntersectionPrecomputes2_float_GetMutable_maxDimIdxY | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named maxDimIdxY. 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_Vector2i * MR_IntersectionPrecomputes2_float_GetMutable_sign | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
stores signs of direction vector; Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named sign. 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 float * MR_IntersectionPrecomputes2_float_GetMutable_Sx | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
precomputed factors Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named Sx. 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 float * MR_IntersectionPrecomputes2_float_GetMutable_Sy | ( | MR_IntersectionPrecomputes2_float * | _this | ) |
precomputed factors Returns a mutable pointer to a member variable of class MR::IntersectionPrecomputes2<float> named Sy. 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_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_OffsetMutablePtr | ( | MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_float * MR_IntersectionPrecomputes2_float_OffsetPtr | ( | const MR_IntersectionPrecomputes2_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_IntersectionPrecomputes2_float_Set_idxX | ( | MR_IntersectionPrecomputes2_float * | _this, |
| int | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<float> named idxX. 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 idxX.
| MRC_API void MR_IntersectionPrecomputes2_float_Set_invDir | ( | MR_IntersectionPrecomputes2_float * | _this, |
| MR_Vector2f | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<float> named invDir. 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 invDir. When this function is called, this object will drop object references it had previously in invDir.
| MRC_API void MR_IntersectionPrecomputes2_float_Set_maxDimIdxY | ( | MR_IntersectionPrecomputes2_float * | _this, |
| int | value ) |
Modifies a member variable of class MR::IntersectionPrecomputes2<float> named maxDimIdxY. 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 maxDimIdxY.
| MRC_API void MR_IntersectionPrecomputes2_float_Set_sign | ( | MR_IntersectionPrecomputes2_float * | _this, |
| MR_Vector2i | value ) |
stores signs of direction vector; Modifies a member variable of class MR::IntersectionPrecomputes2<float> named sign. 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 sign. When this function is called, this object will drop object references it had previously in sign.
| MRC_API void MR_IntersectionPrecomputes2_float_Set_Sx | ( | MR_IntersectionPrecomputes2_float * | _this, |
| float | value ) |
precomputed factors Modifies a member variable of class MR::IntersectionPrecomputes2<float> named Sx. 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 Sx.
| MRC_API void MR_IntersectionPrecomputes2_float_Set_Sy | ( | MR_IntersectionPrecomputes2_float * | _this, |
| float | value ) |
precomputed factors Modifies a member variable of class MR::IntersectionPrecomputes2<float> named Sy. 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 Sy.