MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Vector4i Struct Reference

four-dimensional vector Generated from class MR.Vector4i. This is the by-value version of the struct. More...

+ Inheritance diagram for MR.Vector4i:

Public Member Functions

 Vector4i (Vector4i _other)
 Generated copy constructor.
 
unsafe Vector4i ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector4i (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4i.Vector4i.
 
unsafe Vector4i (int x, int y, int z, int w)
 Generated from constructor MR.Vector4i.Vector4i.
 
unsafe ref int index (int e)
 Generated from method MR.Vector4i.operator[].
 
readonly unsafe int lengthSq ()
 Generated from method MR.Vector4i.lengthSq.
 
readonly unsafe double length ()
 Generated from method MR.Vector4i.length.
 
unsafe ref MR.Vector4i addAssign (in MR.Vector4i b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector4i subAssign (in MR.Vector4i b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector4i mulAssign (int b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector4i divAssign (int b)
 Generated from function MR.operator/=.
 
bool Equals (MR.Vector4i b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator Vector4i (ConstBox_Vector4i other)
 Copy contents from a wrapper class to this struct.
 
static MR.Vector4i diagonal (int a)
 Generated from method MR.Vector4i.diagonal.
 
static unsafe bool operator== (MR.Vector4i a, MR.Vector4i b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Vector4i a, MR.Vector4i b)
 
static unsafe MR.Misc.ConstRef< MR.Vector4ioperator+ (MR.Vector4i a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.Vector4i a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator+ (MR.Vector4i a, in MR.Vector4i b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.Vector4i a, in MR.Vector4i b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator* (int a, MR.Vector4i b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator* (MR.Vector4i b, int a)
 Generated from function MR.operator*.
 
static MR.Vector4i operator/ (MR.Vector4i b, int a)
 Generated from function MR.operator/.
 

Public Attributes

int x
 
int y
 
int z
 
int w
 

Properties

readonly unsafe int this[int e] [get]
 Generated from method MR.Vector4i.operator[].
 

Detailed Description

four-dimensional vector Generated from class MR.Vector4i. This is the by-value version of the struct.


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