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

Generated from class MR.Vector3d. This is the by-value version of the struct. More...

+ Inheritance diagram for MR.Vector3d:

Public Member Functions

 Vector3d (Vector3d _other)
 Generated copy constructor.
 
unsafe Vector3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector3d (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe Vector3d (double x, double y, double z)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe Vector3d (in MR.Vector3f v)
 Generated from constructor MR.Vector3d.Vector3d.
 
unsafe ref double index (int e)
 Generated from method MR.Vector3d.operator[].
 
readonly unsafe double lengthSq ()
 Generated from method MR.Vector3d.lengthSq.
 
readonly unsafe double length ()
 Generated from method MR.Vector3d.length.
 
readonly unsafe MR.Vector3d normalized ()
 Generated from method MR.Vector3d.normalized.
 
readonly unsafe MR.Vector3d furthestBasisVector ()
 Generated from method MR.Vector3d.furthestBasisVector.
 
readonly unsafe MR.Std.Pair_MRVector3d_MRVector3d perpendicular ()
 Generated from method MR.Vector3d.perpendicular.
 
readonly unsafe MR.Vector3d transformed (MR.AffineXf3d? xf)
 returns this vector transformed by xf if it is Generated from method MR.Vector3d.transformed<double>.
 
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.
 
readonly unsafe bool isFinite ()
 Generated from method MR.Vector3d.isFinite.
 
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/=.
 
bool Equals (MR.Vector3d b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator Vector3d (ConstBox_Vector3d other)
 Copy contents from a wrapper class to this struct.
 
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.Vector3d a, MR.Vector3d b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Vector3d a, MR.Vector3d b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3doperator+ (MR.Vector3d a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3d operator- (MR.Vector3d a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3d operator+ (MR.Vector3d a, in MR.Vector3d b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3d operator- (MR.Vector3d a, in MR.Vector3d b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3d operator* (double a, MR.Vector3d b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3d operator* (MR.Vector3d b, double a)
 Generated from function MR.operator*.
 
static MR.Vector3d operator/ (MR.Vector3d b, double a)
 Generated from function MR.operator/.
 

Public Attributes

double x
 
double y
 
double z
 

Properties

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

Detailed Description

Generated from class MR.Vector3d. This is the by-value version of the struct.

Constructor & Destructor Documentation

◆ Vector3d() [1/5]

MR.Vector3d.Vector3d ( Vector3d _other)
inline

Generated copy constructor.

◆ Vector3d() [2/5]

unsafe MR.Vector3d.Vector3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector3d() [3/5]

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

Generated from constructor MR.Vector3d.Vector3d.

◆ Vector3d() [4/5]

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

Generated from constructor MR.Vector3d.Vector3d.

◆ Vector3d() [5/5]

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

Generated from constructor MR.Vector3d.Vector3d.

Member Function Documentation

◆ addAssign()

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

Generated from function MR.operator+=.

◆ diagonal()

static MR.Vector3d MR.Vector3d.diagonal ( double a)
inlinestatic

Generated from method MR.Vector3d.diagonal.

◆ divAssign()

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

Generated from function MR.operator/=.

◆ Equals() [1/2]

bool MR.Vector3d.Equals ( MR.Vector3d b)
inline

◆ Equals() [2/2]

override bool MR.Vector3d.Equals ( object? other)
inline

◆ furthestBasisVector()

readonly unsafe MR.Vector3d MR.Vector3d.furthestBasisVector ( )
inline

Generated from method MR.Vector3d.furthestBasisVector.

◆ index()

unsafe ref double MR.Vector3d.index ( int e)
inline

Generated from method MR.Vector3d.operator[].

◆ isFinite()

readonly unsafe bool MR.Vector3d.isFinite ( )
inline

Generated from method MR.Vector3d.isFinite.

◆ length()

readonly unsafe double MR.Vector3d.length ( )
inline

Generated from method MR.Vector3d.length.

◆ lengthSq()

readonly unsafe double MR.Vector3d.lengthSq ( )
inline

Generated from method MR.Vector3d.lengthSq.

◆ minusX()

static MR.Vector3d MR.Vector3d.minusX ( )
inlinestatic

Generated from method MR.Vector3d.minusX.

◆ minusY()

static MR.Vector3d MR.Vector3d.minusY ( )
inlinestatic

Generated from method MR.Vector3d.minusY.

◆ minusZ()

static MR.Vector3d MR.Vector3d.minusZ ( )
inlinestatic

Generated from method MR.Vector3d.minusZ.

◆ mulAssign()

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

Generated from function MR.operator*=.

◆ normalized()

readonly unsafe MR.Vector3d MR.Vector3d.normalized ( )
inline

Generated from method MR.Vector3d.normalized.

◆ operator Vector3d()

static implicit MR.Vector3d.operator Vector3d ( ConstBox_Vector3d other)
static

Copy contents from a wrapper class to this struct.

◆ operator!=()

static unsafe bool MR.Vector3d.operator!= ( MR.Vector3d a,
MR.Vector3d b )
inlinestatic

◆ operator*() [1/2]

static unsafe MR.Vector3d MR.Vector3d.operator* ( double a,
MR.Vector3d b )
inlinestatic

Generated from function MR.operator*.

◆ operator*() [2/2]

static unsafe MR.Vector3d MR.Vector3d.operator* ( MR.Vector3d b,
double a )
inlinestatic

Generated from function MR.operator*.

◆ operator+() [1/2]

static unsafe MR.Misc.ConstRef< MR.Vector3d > MR.Vector3d.operator+ ( MR.Vector3d a)
inlinestatic

Generated from function MR.operator+.

◆ operator+() [2/2]

static unsafe MR.Vector3d MR.Vector3d.operator+ ( MR.Vector3d a,
in MR.Vector3d b )
inlinestatic

Generated from function MR.operator+.

◆ operator-() [1/2]

static unsafe MR.Vector3d MR.Vector3d.operator- ( MR.Vector3d a)
inlinestatic

Generated from function MR.operator-.

◆ operator-() [2/2]

static unsafe MR.Vector3d MR.Vector3d.operator- ( MR.Vector3d a,
in MR.Vector3d b )
inlinestatic

Generated from function MR.operator-.

◆ operator/()

static MR.Vector3d MR.Vector3d.operator/ ( MR.Vector3d b,
double a )
inlinestatic

Generated from function MR.operator/.

◆ operator==()

static unsafe bool MR.Vector3d.operator== ( MR.Vector3d a,
MR.Vector3d b )
inlinestatic

Generated from function MR.operator==.

◆ perpendicular()

readonly unsafe MR.Std.Pair_MRVector3d_MRVector3d MR.Vector3d.perpendicular ( )
inline

Generated from method MR.Vector3d.perpendicular.

◆ plusX()

static MR.Vector3d MR.Vector3d.plusX ( )
inlinestatic

Generated from method MR.Vector3d.plusX.

◆ plusY()

static MR.Vector3d MR.Vector3d.plusY ( )
inlinestatic

Generated from method MR.Vector3d.plusY.

◆ plusZ()

static MR.Vector3d MR.Vector3d.plusZ ( )
inlinestatic

Generated from method MR.Vector3d.plusZ.

◆ subAssign()

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

Generated from function MR.operator-=.

◆ transformed()

readonly unsafe MR.Vector3d MR.Vector3d.transformed ( MR.AffineXf3d? xf)
inline

returns this vector transformed by xf if it is Generated from method MR.Vector3d.transformed<double>.

◆ unsignZeroValues()

unsafe void MR.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.

Member Data Documentation

◆ x

double MR.Vector3d.x

◆ y

double MR.Vector3d.y

◆ z

double MR.Vector3d.z

Property Documentation

◆ this[int e]

readonly unsafe double MR.Vector3d.this[int e]
get

Generated from method MR.Vector3d.operator[].


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