MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Box_Vector4i64 Class Reference

four-dimensional vector Generated from class MR.Vector4i64. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Box_Vector4i64:

Public Member Functions

unsafe Box_Vector4i64 (Vector4i64 other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe Box_Vector4i64 (ConstBox_Vector4i64 _other)
 Generated copy constructor.
 
void Assign (ConstBox_Vector4i64 _other)
 Generated copy assignment.
 
unsafe Box_Vector4i64 ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_Vector4i64 (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4i64.Vector4i64.
 
unsafe Box_Vector4i64 (long x, long y, long z, long w)
 Generated from constructor MR.Vector4i64.Vector4i64.
 
unsafe ref MR.Vector4i64 addAssign (in MR.Vector4i64 b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector4i64 subAssign (in MR.Vector4i64 b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector4i64 mulAssign (long b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector4i64 divAssign (long b)
 Generated from function MR.operator/=.
 
- Public Member Functions inherited from MR.ConstBox_Vector4i64
virtual void Dispose ()
 
unsafe ConstBox_Vector4i64 (Vector4i64 other)
 Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)
 
unsafe ConstBox_Vector4i64 (ConstBox_Vector4i64 _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector4i64 ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector4i64 (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4i64.Vector4i64.
 
unsafe ConstBox_Vector4i64 (long x, long y, long z, long w)
 Generated from constructor MR.Vector4i64.Vector4i64.
 
unsafe long lengthSq ()
 Generated from method MR.Vector4i64.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector4i64.length.
 
bool Equals (MR.ConstBox_Vector4i64? b)
 
override bool Equals (object? other)
 

Properties

new ref long x [get]
 
new ref long y [get]
 
new ref long z [get]
 
new ref long w [get]
 
unsafe new ref long this[int e] [get]
 Generated from method MR.Vector4i64.operator[].
 
- Properties inherited from MR.ConstBox_Vector4i64
ref readonly long x [get]
 
ref readonly long y [get]
 
ref readonly long z [get]
 
ref readonly long w [get]
 
static unsafe int Elements [get]
 
unsafe long this[int e] [get]
 Generated from method MR.Vector4i64.operator[].
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_Vector4i64
static implicit operator ConstBox_Vector4i64 (Vector4i64 other)
 Convert from a struct by copying it. Note that only ConstBox_Vector4i64 has this conversion, Box_Vector4i64 intentionally doesn't.
 
static MR.Vector4i64 diagonal (long a)
 Generated from method MR.Vector4i64.diagonal.
 
static unsafe bool operator== (MR.ConstBox_Vector4i64 a, MR.ConstBox_Vector4i64 b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector4i64 a, MR.ConstBox_Vector4i64 b)
 
static unsafe MR.Misc.ConstRef< MR.Vector4i64operator+ (MR.ConstBox_Vector4i64 a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i64 operator- (MR.ConstBox_Vector4i64 a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i64 operator+ (MR.ConstBox_Vector4i64 a, in MR.Vector4i64 b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i64 operator- (MR.ConstBox_Vector4i64 a, in MR.Vector4i64 b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i64 operator* (long a, MR.ConstBox_Vector4i64 b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i64 operator* (MR.ConstBox_Vector4i64 b, long a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i64 operator/ (ConstBox_Vector4i64 b, long a)
 Generated from function MR.operator/.
 
- Protected Member Functions inherited from MR.ConstBox_Vector4i64
virtual unsafe void Dispose (bool disposing)
 
- Static Protected Attributes inherited from MR.ConstBox_Vector4i64
static unsafe int * __ref_storage_Elements
 

Detailed Description

four-dimensional vector Generated from class MR.Vector4i64. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_Vector4i64() [1/5]

unsafe MR.Box_Vector4i64.Box_Vector4i64 ( Vector4i64 other)
inline

Make a copy of a struct. (Even though we initially pass is_owning: false, we then use the copy constructor to produce an owning instance.)

◆ Box_Vector4i64() [2/5]

unsafe MR.Box_Vector4i64.Box_Vector4i64 ( ConstBox_Vector4i64 _other)
inline

Generated copy constructor.

◆ Box_Vector4i64() [3/5]

unsafe MR.Box_Vector4i64.Box_Vector4i64 ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_Vector4i64() [4/5]

unsafe MR.Box_Vector4i64.Box_Vector4i64 ( MR.Const_NoInit _1)
inline

Generated from constructor MR.Vector4i64.Vector4i64.

◆ Box_Vector4i64() [5/5]

unsafe MR.Box_Vector4i64.Box_Vector4i64 ( long x,
long y,
long z,
long w )
inline

Generated from constructor MR.Vector4i64.Vector4i64.

Member Function Documentation

◆ addAssign()

unsafe ref MR.Vector4i64 MR.Box_Vector4i64.addAssign ( in MR.Vector4i64 b)
inline

Generated from function MR.operator+=.

◆ Assign()

void MR.Box_Vector4i64.Assign ( ConstBox_Vector4i64 _other)
inline

Generated copy assignment.

◆ divAssign()

unsafe ref MR.Vector4i64 MR.Box_Vector4i64.divAssign ( long b)
inline

Generated from function MR.operator/=.

◆ mulAssign()

unsafe ref MR.Vector4i64 MR.Box_Vector4i64.mulAssign ( long b)
inline

Generated from function MR.operator*=.

◆ subAssign()

unsafe ref MR.Vector4i64 MR.Box_Vector4i64.subAssign ( in MR.Vector4i64 b)
inline

Generated from function MR.operator-=.

Property Documentation

◆ this[int e]

unsafe new ref long MR.Box_Vector4i64.this[int e]
get

Generated from method MR.Vector4i64.operator[].

◆ w

new ref long MR.Box_Vector4i64.w
get

◆ x

new ref long MR.Box_Vector4i64.x
get

◆ y

new ref long MR.Box_Vector4i64.y
get

◆ z

new ref long MR.Box_Vector4i64.z
get

The documentation for this class was generated from the following file: