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

Generated from class MR.Vector3d. This is the non-const reference to the struct. More...

+ Inheritance diagram for MR.Box_Vector3d:

Public Member Functions

unsafe Box_Vector3d (Vector3d 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_Vector3d (ConstBox_Vector3d _other)
 Generated copy constructor.
 
void Assign (ConstBox_Vector3d _other)
 Generated copy assignment.
 
unsafe Box_Vector3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Box_Vector3d (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe Box_Vector3d (double x, double y, double z)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe Box_Vector3d (in MR.Vector3f v)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe void unsignZeroValues ()
 get rid of signed zero values to be sure that equal vectors have identical binary representation Generated from method MR.Vector3d.unsignZeroValues.
 
unsafe ref MR.Vector3d addAssign (in MR.Vector3d b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector3d subAssign (in MR.Vector3d b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector3d mulAssign (double b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector3d divAssign (double b)
 Generated from function MR.operator/=.
 
- Public Member Functions inherited from MR.ConstBox_Vector3d
virtual void Dispose ()
 
unsafe ConstBox_Vector3d (Vector3d 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_Vector3d (ConstBox_Vector3d _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector3d (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe ConstBox_Vector3d (double x, double y, double z)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe ConstBox_Vector3d (in MR.Vector3f v)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe double lengthSq ()
 Generated from method MR.Vector3d.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector3d.length.
 
unsafe MR.Vector3d normalized ()
 Generated from method MR.Vector3d.normalized.
 
unsafe MR.Vector3d furthestBasisVector ()
 Generated from method MR.Vector3d.furthestBasisVector.
 
unsafe MR.Std.Pair_MRVector3d_MRVector3d perpendicular ()
 Generated from method MR.Vector3d.perpendicular.
 
unsafe MR.Vector3d transformed (MR.AffineXf3d? xf)
 returns this vector transformed by xf if it is Generated from method MR.Vector3d.transformed<double>.
 
unsafe bool isFinite ()
 Generated from method MR.Vector3d.isFinite.
 
bool Equals (MR.ConstBox_Vector3d? b)
 
override bool Equals (object? other)
 

Properties

new ref double x [get]
 
new ref double y [get]
 
new ref double z [get]
 
unsafe new ref double this[int e] [get]
 Generated from method MR.Vector3d.operator[].
 
- Properties inherited from MR.ConstBox_Vector3d
ref readonly double x [get]
 
ref readonly double y [get]
 
ref readonly double z [get]
 
static unsafe int Elements [get]
 
unsafe double this[int e] [get]
 Generated from method MR.Vector3d.operator[].
 

Additional Inherited Members

- Static Public Member Functions inherited from MR.ConstBox_Vector3d
static implicit operator ConstBox_Vector3d (Vector3d other)
 Convert from a struct by copying it. Note that only ConstBox_Vector3d has this conversion, Box_Vector3d intentionally doesn't.
 
static MR.Vector3d diagonal (double a)
 Generated from method MR.Vector3d.diagonal.
 
static MR.Vector3d plusX ()
 Generated from method MR.Vector3d.plusX.
 
static MR.Vector3d plusY ()
 Generated from method MR.Vector3d.plusY.
 
static MR.Vector3d plusZ ()
 Generated from method MR.Vector3d.plusZ.
 
static MR.Vector3d minusX ()
 Generated from method MR.Vector3d.minusX.
 
static MR.Vector3d minusY ()
 Generated from method MR.Vector3d.minusY.
 
static MR.Vector3d minusZ ()
 Generated from method MR.Vector3d.minusZ.
 
static unsafe bool operator== (MR.ConstBox_Vector3d a, MR.ConstBox_Vector3d b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector3d a, MR.ConstBox_Vector3d b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3doperator+ (MR.ConstBox_Vector3d a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3d operator- (MR.ConstBox_Vector3d a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3d operator+ (MR.ConstBox_Vector3d a, in MR.Vector3d b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3d operator- (MR.ConstBox_Vector3d a, in MR.Vector3d b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3d operator* (double a, MR.ConstBox_Vector3d b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3d operator* (MR.ConstBox_Vector3d b, double a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3d operator/ (ConstBox_Vector3d b, double a)
 Generated from function MR.operator/.
 
- Protected Member Functions inherited from MR.ConstBox_Vector3d
virtual unsafe void Dispose (bool disposing)
 
- Static Protected Attributes inherited from MR.ConstBox_Vector3d
static unsafe int * __ref_storage_Elements
 

Detailed Description

Generated from class MR.Vector3d. This is the non-const reference to the struct.

Constructor & Destructor Documentation

◆ Box_Vector3d() [1/6]

unsafe MR.Box_Vector3d.Box_Vector3d ( Vector3d 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_Vector3d() [2/6]

unsafe MR.Box_Vector3d.Box_Vector3d ( ConstBox_Vector3d _other)
inline

Generated copy constructor.

◆ Box_Vector3d() [3/6]

unsafe MR.Box_Vector3d.Box_Vector3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Box_Vector3d() [4/6]

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

Generated from constructor MR.Vector3d.Vector3d.

◆ Box_Vector3d() [5/6]

unsafe MR.Box_Vector3d.Box_Vector3d ( double x,
double y,
double z )
inline

Generated from constructor MR.Vector3d.Vector3d.

◆ Box_Vector3d() [6/6]

unsafe MR.Box_Vector3d.Box_Vector3d ( in MR.Vector3f v)
inline

Generated from constructor MR.Vector3d.Vector3d.

Member Function Documentation

◆ addAssign()

unsafe ref MR.Vector3d MR.Box_Vector3d.addAssign ( in MR.Vector3d b)
inline

Generated from function MR.operator+=.

◆ Assign()

void MR.Box_Vector3d.Assign ( ConstBox_Vector3d _other)
inline

Generated copy assignment.

◆ divAssign()

unsafe ref MR.Vector3d MR.Box_Vector3d.divAssign ( double b)
inline

Generated from function MR.operator/=.

◆ mulAssign()

unsafe ref MR.Vector3d MR.Box_Vector3d.mulAssign ( double b)
inline

Generated from function MR.operator*=.

◆ subAssign()

unsafe ref MR.Vector3d MR.Box_Vector3d.subAssign ( in MR.Vector3d b)
inline

Generated from function MR.operator-=.

◆ unsignZeroValues()

unsafe void MR.Box_Vector3d.unsignZeroValues ( )
inline

get rid of signed zero values to be sure that equal vectors have identical binary representation Generated from method MR.Vector3d.unsignZeroValues.

Property Documentation

◆ this[int e]

unsafe new ref double MR.Box_Vector3d.this[int e]
get

Generated from method MR.Vector3d.operator[].

◆ x

new ref double MR.Box_Vector3d.x
get

◆ y

new ref double MR.Box_Vector3d.y
get

◆ z

new ref double MR.Box_Vector3d.z
get

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