Go to the source code of this file.
Classes | |
| struct | MR_Vector2b |
| struct | MR_Vector2i |
| struct | MR_Vector2i64 |
| struct | MR_Vector2f |
| struct | MR_Vector2d |
Typedefs | |
| typedef struct MR_NoInit | MR_NoInit |
| typedef struct MR_std_istream | MR_std_istream |
| typedef struct MR_std_ostream | MR_std_ostream |
| typedef struct MR_Vector2b | MR_Vector2b |
| typedef struct MR_Vector2i | MR_Vector2i |
| typedef struct MR_Vector2i64 | MR_Vector2i64 |
| typedef struct MR_Vector2f | MR_Vector2f |
| typedef struct MR_Vector2d | MR_Vector2d |
| typedef struct MR_std_istream MR_std_istream |
| typedef struct MR_std_ostream MR_std_ostream |
| typedef struct MR_Vector2b MR_Vector2b |
two-dimensional vector Generated from class MR::Vector2b.
| typedef struct MR_Vector2d MR_Vector2d |
two-dimensional vector Generated from class MR::Vector2d.
| typedef struct MR_Vector2f MR_Vector2f |
two-dimensional vector Generated from class MR::Vector2f.
| typedef struct MR_Vector2i MR_Vector2i |
two-dimensional vector Generated from class MR::Vector2i.
| typedef struct MR_Vector2i64 MR_Vector2i64 |
two-dimensional vector Generated from class MR::Vector2i64.
| MRC_API MR_Vector2b * MR_add_assign_MR_Vector2b | ( | MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator+=. Parameter a can not be null. It is a single object. Parameter b 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_add_assign_MR_Vector2d | ( | MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator+=. Parameter a can not be null. It is a single object. Parameter b 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_add_assign_MR_Vector2f | ( | MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator+=. Parameter a can not be null. It is a single object. Parameter b 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_add_assign_MR_Vector2i | ( | MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator+=. Parameter a can not be null. It is a single object. Parameter b 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_Vector2i64 * MR_add_assign_MR_Vector2i64 | ( | MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator+=. Parameter a can not be null. It is a single object. Parameter b 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_add_MR_Vector2b | ( | const MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator+. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2d MR_add_MR_Vector2d | ( | const MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator+. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2f MR_add_MR_Vector2f | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator+. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_add_MR_Vector2i | ( | const MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator+. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_add_MR_Vector2i64 | ( | const MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator+. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API float MR_cross | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
cross product Generated from function MR::cross<float>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2b * MR_div_assign_MR_Vector2b_bool | ( | MR_Vector2b * | a, |
| bool | b ) |
Generated from function MR::operator/=. Parameter a 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_div_assign_MR_Vector2d_double | ( | MR_Vector2d * | a, |
| double | b ) |
Generated from function MR::operator/=. Parameter a 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_div_assign_MR_Vector2f_float | ( | MR_Vector2f * | a, |
| float | b ) |
Generated from function MR::operator/=. Parameter a 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_Vector2i64 * MR_div_assign_MR_Vector2i64_int64_t | ( | MR_Vector2i64 * | a, |
| MR_int64_t | b ) |
Generated from function MR::operator/=. Parameter a 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_div_assign_MR_Vector2i_int | ( | MR_Vector2i * | a, |
| int | b ) |
Generated from function MR::operator/=. Parameter a 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_div_MR_Vector2b_bool | ( | MR_Vector2b | b, |
| bool | a ) |
Generated from function MR::operator/.
| MRC_API MR_Vector2d MR_div_MR_Vector2d_double | ( | MR_Vector2d | b, |
| double | a ) |
Generated from function MR::operator/.
| MRC_API MR_Vector2f MR_div_MR_Vector2f_float | ( | MR_Vector2f | b, |
| float | a ) |
Generated from function MR::operator/.
| MRC_API MR_Vector2i64 MR_div_MR_Vector2i64_int64_t | ( | MR_Vector2i64 | b, |
| MR_int64_t | a ) |
Generated from function MR::operator/.
| MRC_API MR_Vector2i MR_div_MR_Vector2i_int | ( | MR_Vector2i | b, |
| int | a ) |
Generated from function MR::operator/.
| MRC_API int MR_dot_bool_MR_Vector2b | ( | const MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
dot product Generated from function MR::dot<bool>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API double MR_dot_double_MR_Vector2d | ( | const MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
dot product Generated from function MR::dot<double>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API float MR_dot_float_MR_Vector2f | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
dot product Generated from function MR::dot<float>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_int64_t MR_dot_int64_t_MR_Vector2i64 | ( | const MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
dot product Generated from function MR::dot<MR_int64_t>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API int MR_dot_int_MR_Vector2i | ( | const MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
dot product Generated from function MR::dot<int>. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_equal_MR_Vector2b | ( | const MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_equal_MR_Vector2d | ( | const MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_equal_MR_Vector2f | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_equal_MR_Vector2i | ( | const MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_equal_MR_Vector2i64 | ( | const MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator==. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_std_istream * MR_input_MR_Vector2b | ( | MR_std_istream * | s, |
| MR_Vector2b * | vec ) |
Generated from function MR::operator>>. Parameter s can not be null. It is a single object. Parameter vec 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_std_istream * MR_input_MR_Vector2d | ( | MR_std_istream * | s, |
| MR_Vector2d * | vec ) |
Generated from function MR::operator>>. Parameter s can not be null. It is a single object. Parameter vec 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_std_istream * MR_input_MR_Vector2f | ( | MR_std_istream * | s, |
| MR_Vector2f * | vec ) |
Generated from function MR::operator>>. Parameter s can not be null. It is a single object. Parameter vec 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_std_istream * MR_input_MR_Vector2i | ( | MR_std_istream * | s, |
| MR_Vector2i * | vec ) |
Generated from function MR::operator>>. Parameter s can not be null. It is a single object. Parameter vec 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_std_istream * MR_input_MR_Vector2i64 | ( | MR_std_istream * | s, |
| MR_Vector2i64 * | vec ) |
Generated from function MR::operator>>. Parameter s can not be null. It is a single object. Parameter vec 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_Vector2b * MR_mul_assign_MR_Vector2b_bool | ( | MR_Vector2b * | a, |
| bool | b ) |
Generated from function MR::operator*=. Parameter a 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_mul_assign_MR_Vector2d_double | ( | MR_Vector2d * | a, |
| double | b ) |
Generated from function MR::operator*=. Parameter a 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_mul_assign_MR_Vector2f_float | ( | MR_Vector2f * | a, |
| float | b ) |
Generated from function MR::operator*=. Parameter a 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_Vector2i64 * MR_mul_assign_MR_Vector2i64_int64_t | ( | MR_Vector2i64 * | a, |
| MR_int64_t | b ) |
Generated from function MR::operator*=. Parameter a 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_mul_assign_MR_Vector2i_int | ( | MR_Vector2i * | a, |
| int | b ) |
Generated from function MR::operator*=. Parameter a 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_mul_bool_MR_Vector2b | ( | bool | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2d MR_mul_double_MR_Vector2d | ( | double | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2f MR_mul_float_MR_Vector2f | ( | float | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_mul_int64_t_MR_Vector2i64 | ( | MR_int64_t | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_mul_int_MR_Vector2i | ( | int | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_mul_MR_Vector2b_bool | ( | const MR_Vector2b * | b, |
| bool | a ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2d MR_mul_MR_Vector2d_double | ( | const MR_Vector2d * | b, |
| double | a ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2f MR_mul_MR_Vector2f_float | ( | const MR_Vector2f * | b, |
| float | a ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_mul_MR_Vector2i64_int64_t | ( | const MR_Vector2i64 * | b, |
| MR_int64_t | a ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_mul_MR_Vector2i_int | ( | const MR_Vector2i * | b, |
| int | a ) |
Generated from function MR::operator*. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_neg_MR_Vector2b | ( | const MR_Vector2b * | a | ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object.
| MRC_API MR_Vector2d MR_neg_MR_Vector2d | ( | const MR_Vector2d * | a | ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object.
| MRC_API MR_Vector2f MR_neg_MR_Vector2f | ( | const MR_Vector2f * | a | ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object.
| MRC_API MR_Vector2i MR_neg_MR_Vector2i | ( | const MR_Vector2i * | a | ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_neg_MR_Vector2i64 | ( | const MR_Vector2i64 * | a | ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object.
| MRC_API bool MR_not_equal_MR_Vector2b | ( | const MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator!=. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_not_equal_MR_Vector2d | ( | const MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator!=. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_not_equal_MR_Vector2f | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator!=. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_not_equal_MR_Vector2i | ( | const MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator!=. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API bool MR_not_equal_MR_Vector2i64 | ( | const MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator!=. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API const MR_Vector2b * MR_pos_MR_Vector2b | ( | const MR_Vector2b * | a | ) |
Generated from function MR::operator+. Parameter a 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_pos_MR_Vector2d | ( | const MR_Vector2d * | a | ) |
Generated from function MR::operator+. Parameter a 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_pos_MR_Vector2f | ( | const MR_Vector2f * | a | ) |
Generated from function MR::operator+. Parameter a 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_pos_MR_Vector2i | ( | const MR_Vector2i * | a | ) |
Generated from function MR::operator+. Parameter a 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_Vector2i64 * MR_pos_MR_Vector2i64 | ( | const MR_Vector2i64 * | a | ) |
Generated from function MR::operator+. Parameter a 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_std_ostream * MR_print_MR_Vector2b | ( | MR_std_ostream * | s, |
| const MR_Vector2b * | vec ) |
Generated from function MR::operator<<. Parameter s can not be null. It is a single object. Parameter vec 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_std_ostream * MR_print_MR_Vector2d | ( | MR_std_ostream * | s, |
| const MR_Vector2d * | vec ) |
Generated from function MR::operator<<. Parameter s can not be null. It is a single object. Parameter vec 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_std_ostream * MR_print_MR_Vector2f | ( | MR_std_ostream * | s, |
| const MR_Vector2f * | vec ) |
Generated from function MR::operator<<. Parameter s can not be null. It is a single object. Parameter vec 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_std_ostream * MR_print_MR_Vector2i | ( | MR_std_ostream * | s, |
| const MR_Vector2i * | vec ) |
Generated from function MR::operator<<. Parameter s can not be null. It is a single object. Parameter vec 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_std_ostream * MR_print_MR_Vector2i64 | ( | MR_std_ostream * | s, |
| const MR_Vector2i64 * | vec ) |
Generated from function MR::operator<<. Parameter s can not be null. It is a single object. Parameter vec 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_Vector2b * MR_sub_assign_MR_Vector2b | ( | MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator-=. Parameter a can not be null. It is a single object. Parameter b 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_sub_assign_MR_Vector2d | ( | MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator-=. Parameter a can not be null. It is a single object. Parameter b 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_sub_assign_MR_Vector2f | ( | MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator-=. Parameter a can not be null. It is a single object. Parameter b 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_sub_assign_MR_Vector2i | ( | MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator-=. Parameter a can not be null. It is a single object. Parameter b 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_Vector2i64 * MR_sub_assign_MR_Vector2i64 | ( | MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator-=. Parameter a can not be null. It is a single object. Parameter b 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_sub_MR_Vector2b | ( | const MR_Vector2b * | a, |
| const MR_Vector2b * | b ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2d MR_sub_MR_Vector2d | ( | const MR_Vector2d * | a, |
| const MR_Vector2d * | b ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2f MR_sub_MR_Vector2f | ( | const MR_Vector2f * | a, |
| const MR_Vector2f * | b ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i MR_sub_MR_Vector2i | ( | const MR_Vector2i * | a, |
| const MR_Vector2i * | b ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_sub_MR_Vector2i64 | ( | const MR_Vector2i64 * | a, |
| const MR_Vector2i64 * | b ) |
Generated from function MR::operator-. Parameter a can not be null. It is a single object. Parameter b can not be null. It is a single object.
| MRC_API MR_Vector2b MR_Vector2b_Construct_1 | ( | const MR_NoInit * | _1 | ) |
Generated from constructor MR::Vector2b::Vector2b. Parameter _1 can not be null. It is a single object.
| MRC_API MR_Vector2b MR_Vector2b_Construct_2 | ( | bool | x, |
| bool | y ) |
Generated from constructor MR::Vector2b::Vector2b.
| MRC_API MR_Vector2b MR_Vector2b_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance.
| MRC_API MR_Vector2b * MR_Vector2b_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_FreeArray(). Use MR_Vector2b_OffsetMutablePtr() and MR_Vector2b_OffsetPtr() to access the array elements.
| MRC_API MR_Vector2b MR_Vector2b_diagonal | ( | bool | a | ) |
Generated from method MR::Vector2b::diagonal.
| MRC_API const int * MR_Vector2b_Get_elements | ( | void | ) |
Returns a pointer to a member variable of class MR::Vector2b named elements. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API bool * MR_Vector2b_index | ( | MR_Vector2b * | _this, |
| int | e ) |
Generated from method MR::Vector2b::operator[]. 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 bool * MR_Vector2b_index_const | ( | const MR_Vector2b * | _this, |
| int | e ) |
Generated from method MR::Vector2b::operator[]. 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_Vector2b_length | ( | const MR_Vector2b * | _this | ) |
Generated from method MR::Vector2b::length. Parameter _this can not be null. It is a single object.
| MRC_API bool MR_Vector2b_lengthSq | ( | const MR_Vector2b * | _this | ) |
Generated from method MR::Vector2b::lengthSq. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2b MR_Vector2b_plusX | ( | void | ) |
Generated from method MR::Vector2b::plusX.
| MRC_API MR_Vector2b MR_Vector2b_plusY | ( | void | ) |
Generated from method MR::Vector2b::plusY.
| MRC_API MR_Vector2d MR_Vector2d_Construct_1 | ( | const MR_NoInit * | _1 | ) |
Generated from constructor MR::Vector2d::Vector2d. Parameter _1 can not be null. It is a single object.
| MRC_API MR_Vector2d MR_Vector2d_Construct_2 | ( | double | x, |
| double | y ) |
Generated from constructor MR::Vector2d::Vector2d.
| MRC_API MR_Vector2d MR_Vector2d_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance.
| MRC_API MR_Vector2d * MR_Vector2d_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_FreeArray(). Use MR_Vector2d_OffsetMutablePtr() and MR_Vector2d_OffsetPtr() to access the array elements.
| MRC_API MR_Vector2d MR_Vector2d_diagonal | ( | double | a | ) |
Generated from method MR::Vector2d::diagonal.
| MRC_API MR_Vector2d MR_Vector2d_furthestBasisVector | ( | const MR_Vector2d * | _this | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector2d::furthestBasisVector. Parameter _this can not be null. It is a single object.
| MRC_API const int * MR_Vector2d_Get_elements | ( | void | ) |
Returns a pointer to a member variable of class MR::Vector2d named elements. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API double * MR_Vector2d_index | ( | MR_Vector2d * | _this, |
| int | e ) |
Generated from method MR::Vector2d::operator[]. 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_Vector2d_index_const | ( | const MR_Vector2d * | _this, |
| int | e ) |
Generated from method MR::Vector2d::operator[]. 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 bool MR_Vector2d_isFinite | ( | const MR_Vector2d * | _this | ) |
Generated from method MR::Vector2d::isFinite. Parameter _this can not be null. It is a single object.
| MRC_API double MR_Vector2d_length | ( | const MR_Vector2d * | _this | ) |
Generated from method MR::Vector2d::length. Parameter _this can not be null. It is a single object.
| MRC_API double MR_Vector2d_lengthSq | ( | const MR_Vector2d * | _this | ) |
Generated from method MR::Vector2d::lengthSq. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2d MR_Vector2d_minusX | ( | void | ) |
Generated from method MR::Vector2d::minusX.
| MRC_API MR_Vector2d MR_Vector2d_minusY | ( | void | ) |
Generated from method MR::Vector2d::minusY.
| MRC_API MR_Vector2d MR_Vector2d_normalized | ( | const MR_Vector2d * | _this | ) |
Generated from method MR::Vector2d::normalized. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2d MR_Vector2d_perpendicular | ( | const MR_Vector2d * | _this | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise) Generated from method MR::Vector2d::perpendicular. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2d MR_Vector2d_plusX | ( | void | ) |
Generated from method MR::Vector2d::plusX.
| MRC_API MR_Vector2d MR_Vector2d_plusY | ( | void | ) |
Generated from method MR::Vector2d::plusY.
| MRC_API MR_Vector2f MR_Vector2f_Construct_1 | ( | const MR_NoInit * | _1 | ) |
Generated from constructor MR::Vector2f::Vector2f. Parameter _1 can not be null. It is a single object.
| MRC_API MR_Vector2f MR_Vector2f_Construct_2 | ( | float | x, |
| float | y ) |
Generated from constructor MR::Vector2f::Vector2f.
| MRC_API MR_Vector2f MR_Vector2f_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance.
| MRC_API MR_Vector2f * MR_Vector2f_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_FreeArray(). Use MR_Vector2f_OffsetMutablePtr() and MR_Vector2f_OffsetPtr() to access the array elements.
| MRC_API MR_Vector2f MR_Vector2f_diagonal | ( | float | a | ) |
Generated from method MR::Vector2f::diagonal.
| MRC_API MR_Vector2f MR_Vector2f_furthestBasisVector | ( | const MR_Vector2f * | _this | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector2f::furthestBasisVector. Parameter _this can not be null. It is a single object.
| MRC_API const int * MR_Vector2f_Get_elements | ( | void | ) |
Returns a pointer to a member variable of class MR::Vector2f named elements. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API float * MR_Vector2f_index | ( | MR_Vector2f * | _this, |
| int | e ) |
Generated from method MR::Vector2f::operator[]. 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_Vector2f_index_const | ( | const MR_Vector2f * | _this, |
| int | e ) |
Generated from method MR::Vector2f::operator[]. 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 bool MR_Vector2f_isFinite | ( | const MR_Vector2f * | _this | ) |
Generated from method MR::Vector2f::isFinite. Parameter _this can not be null. It is a single object.
| MRC_API float MR_Vector2f_length | ( | const MR_Vector2f * | _this | ) |
Generated from method MR::Vector2f::length. Parameter _this can not be null. It is a single object.
| MRC_API float MR_Vector2f_lengthSq | ( | const MR_Vector2f * | _this | ) |
Generated from method MR::Vector2f::lengthSq. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2f MR_Vector2f_minusX | ( | void | ) |
Generated from method MR::Vector2f::minusX.
| MRC_API MR_Vector2f MR_Vector2f_minusY | ( | void | ) |
Generated from method MR::Vector2f::minusY.
| MRC_API MR_Vector2f MR_Vector2f_normalized | ( | const MR_Vector2f * | _this | ) |
Generated from method MR::Vector2f::normalized. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2f MR_Vector2f_perpendicular | ( | const MR_Vector2f * | _this | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise) Generated from method MR::Vector2f::perpendicular. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2f MR_Vector2f_plusX | ( | void | ) |
Generated from method MR::Vector2f::plusX.
| MRC_API MR_Vector2f MR_Vector2f_plusY | ( | void | ) |
Generated from method MR::Vector2f::plusY.
| MRC_API MR_Vector2i64 MR_Vector2i64_Construct_1 | ( | const MR_NoInit * | _1 | ) |
Generated from constructor MR::Vector2i64::Vector2i64. Parameter _1 can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_Vector2i64_Construct_2 | ( | MR_int64_t | x, |
| MR_int64_t | y ) |
Generated from constructor MR::Vector2i64::Vector2i64.
| MRC_API MR_Vector2i64 MR_Vector2i64_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance.
| MRC_API MR_Vector2i64 * MR_Vector2i64_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_FreeArray(). Use MR_Vector2i64_OffsetMutablePtr() and MR_Vector2i64_OffsetPtr() to access the array elements.
| MRC_API MR_Vector2i64 MR_Vector2i64_diagonal | ( | MR_int64_t | a | ) |
Generated from method MR::Vector2i64::diagonal.
| MRC_API MR_Vector2i64 MR_Vector2i64_furthestBasisVector | ( | const MR_Vector2i64 * | _this | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector2i64::furthestBasisVector. Parameter _this can not be null. It is a single object.
| MRC_API const int * MR_Vector2i64_Get_elements | ( | void | ) |
Returns a pointer to a member variable of class MR::Vector2i64 named elements. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API MR_int64_t * MR_Vector2i64_index | ( | MR_Vector2i64 * | _this, |
| int | e ) |
Generated from method MR::Vector2i64::operator[]. 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_int64_t * MR_Vector2i64_index_const | ( | const MR_Vector2i64 * | _this, |
| int | e ) |
Generated from method MR::Vector2i64::operator[]. 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_Vector2i64_length | ( | const MR_Vector2i64 * | _this | ) |
Generated from method MR::Vector2i64::length. Parameter _this can not be null. It is a single object.
| MRC_API MR_int64_t MR_Vector2i64_lengthSq | ( | const MR_Vector2i64 * | _this | ) |
Generated from method MR::Vector2i64::lengthSq. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_Vector2i64_minusX | ( | void | ) |
Generated from method MR::Vector2i64::minusX.
| MRC_API MR_Vector2i64 MR_Vector2i64_minusY | ( | void | ) |
Generated from method MR::Vector2i64::minusY.
| MRC_API MR_Vector2i64 MR_Vector2i64_perpendicular | ( | const MR_Vector2i64 * | _this | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise) Generated from method MR::Vector2i64::perpendicular. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2i64 MR_Vector2i64_plusX | ( | void | ) |
Generated from method MR::Vector2i64::plusX.
| MRC_API MR_Vector2i64 MR_Vector2i64_plusY | ( | void | ) |
Generated from method MR::Vector2i64::plusY.
| MRC_API MR_Vector2i MR_Vector2i_Construct_1 | ( | const MR_NoInit * | _1 | ) |
Generated from constructor MR::Vector2i::Vector2i. Parameter _1 can not be null. It is a single object.
| MRC_API MR_Vector2i MR_Vector2i_Construct_2 | ( | int | x, |
| int | y ) |
Generated from constructor MR::Vector2i::Vector2i.
| MRC_API MR_Vector2i MR_Vector2i_DefaultConstruct | ( | void | ) |
Constructs an empty (default-constructed) instance.
| MRC_API MR_Vector2i * MR_Vector2i_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_FreeArray(). Use MR_Vector2i_OffsetMutablePtr() and MR_Vector2i_OffsetPtr() to access the array elements.
| MRC_API MR_Vector2i MR_Vector2i_diagonal | ( | int | a | ) |
Generated from method MR::Vector2i::diagonal.
| MRC_API MR_Vector2i MR_Vector2i_furthestBasisVector | ( | const MR_Vector2i * | _this | ) |
returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR::Vector2i::furthestBasisVector. Parameter _this can not be null. It is a single object.
| MRC_API const int * MR_Vector2i_Get_elements | ( | void | ) |
Returns a pointer to a member variable of class MR::Vector2i named elements. The returned pointer will never be null. It is non-owning, do NOT destroy it.
| MRC_API int * MR_Vector2i_index | ( | MR_Vector2i * | _this, |
| int | e ) |
Generated from method MR::Vector2i::operator[]. 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_Vector2i_index_const | ( | const MR_Vector2i * | _this, |
| int | e ) |
Generated from method MR::Vector2i::operator[]. 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_Vector2i_length | ( | const MR_Vector2i * | _this | ) |
Generated from method MR::Vector2i::length. Parameter _this can not be null. It is a single object.
| MRC_API int MR_Vector2i_lengthSq | ( | const MR_Vector2i * | _this | ) |
Generated from method MR::Vector2i::lengthSq. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2i MR_Vector2i_minusX | ( | void | ) |
Generated from method MR::Vector2i::minusX.
| MRC_API MR_Vector2i MR_Vector2i_minusY | ( | void | ) |
Generated from method MR::Vector2i::minusY.
| MRC_API MR_Vector2i MR_Vector2i_perpendicular | ( | const MR_Vector2i * | _this | ) |
returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise) Generated from method MR::Vector2i::perpendicular. Parameter _this can not be null. It is a single object.
| MRC_API MR_Vector2i MR_Vector2i_plusX | ( | void | ) |
Generated from method MR::Vector2i::plusX.
| MRC_API MR_Vector2i MR_Vector2i_plusY | ( | void | ) |
Generated from method MR::Vector2i::plusY.