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

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

+ Inheritance diagram for MR.Vector2i64:

Public Member Functions

 Vector2i64 (Vector2i64 _other)
 Generated copy constructor.
 
unsafe Vector2i64 ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector2i64 (MR.Const_NoInit _1)
 Generated from constructor MR.Vector2i64.Vector2i64.
 
unsafe Vector2i64 (long x, long y)
 Generated from constructor MR.Vector2i64.Vector2i64.
 
unsafe ref long index (int e)
 Generated from method MR.Vector2i64.operator[].
 
readonly unsafe long lengthSq ()
 Generated from method MR.Vector2i64.lengthSq.
 
readonly unsafe double length ()
 Generated from method MR.Vector2i64.length.
 
readonly unsafe MR.Vector2i64 furthestBasisVector ()
 returns one of 2 basis unit vector that makes the biggest angle with the direction specified by this Generated from method MR.Vector2i64.furthestBasisVector.
 
readonly unsafe MR.Vector2i64 perpendicular ()
 returns same length vector orthogonal to this (rotated 90 degrees counter-clockwise) Generated from method MR.Vector2i64.perpendicular.
 
unsafe ref MR.Vector2i64 addAssign (in MR.Vector2i64 b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector2i64 subAssign (in MR.Vector2i64 b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector2i64 mulAssign (long b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector2i64 divAssign (long b)
 Generated from function MR.operator/=.
 
bool Equals (MR.Vector2i64 b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator Vector2i64 (ConstBox_Vector2i64 other)
 Copy contents from a wrapper class to this struct.
 
static MR.Vector2i64 diagonal (long a)
 Generated from method MR.Vector2i64.diagonal.
 
static MR.Vector2i64 plusX ()
 Generated from method MR.Vector2i64.plusX.
 
static MR.Vector2i64 plusY ()
 Generated from method MR.Vector2i64.plusY.
 
static MR.Vector2i64 minusX ()
 Generated from method MR.Vector2i64.minusX.
 
static MR.Vector2i64 minusY ()
 Generated from method MR.Vector2i64.minusY.
 
static unsafe bool operator== (MR.Vector2i64 a, MR.Vector2i64 b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Vector2i64 a, MR.Vector2i64 b)
 
static unsafe MR.Misc.ConstRef< MR.Vector2i64operator+ (MR.Vector2i64 a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector2i64 operator- (MR.Vector2i64 a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector2i64 operator+ (MR.Vector2i64 a, in MR.Vector2i64 b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector2i64 operator- (MR.Vector2i64 a, in MR.Vector2i64 b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector2i64 operator* (long a, MR.Vector2i64 b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector2i64 operator* (MR.Vector2i64 b, long a)
 Generated from function MR.operator*.
 
static MR.Vector2i64 operator/ (MR.Vector2i64 b, long a)
 Generated from function MR.operator/.
 

Public Attributes

long x
 
long y
 

Properties

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

Detailed Description

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


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