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

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

+ Inheritance diagram for MR.Vector3f:

Public Member Functions

 Vector3f (Vector3f _other)
 Generated copy constructor.
 
unsafe Vector3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector3f (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe Vector3f (float x, float y, float z)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe Vector3f (in MR.Vector3d v)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe Vector3f (in MR.Vector3i v)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe ref float index (int e)
 Generated from method MR.Vector3f.operator[].
 
readonly unsafe float lengthSq ()
 Generated from method MR.Vector3f.lengthSq.
 
readonly unsafe float length ()
 Generated from method MR.Vector3f.length.
 
readonly unsafe MR.Vector3f normalized ()
 Generated from method MR.Vector3f.normalized.
 
readonly unsafe MR.Vector3f furthestBasisVector ()
 Generated from method MR.Vector3f.furthestBasisVector.
 
readonly unsafe MR.Std.Pair_MRVector3f_MRVector3f perpendicular ()
 Generated from method MR.Vector3f.perpendicular.
 
readonly unsafe MR.Vector3f transformed (MR.AffineXf3f? xf)
 returns this vector transformed by xf if it is Generated from method MR.Vector3f.transformed<float>.
 
unsafe void unsignZeroValues ()
 get rid of signed zero values to be sure that equal vectors have identical binary representation Generated from method MR.Vector3f.unsignZeroValues.
 
readonly unsafe bool isFinite ()
 Generated from method MR.Vector3f.isFinite.
 
unsafe ref MR.Vector3f addAssign (in MR.Vector3f b)
 Generated from function MR.operator+=.
 
unsafe ref MR.Vector3f subAssign (in MR.Vector3f b)
 Generated from function MR.operator-=.
 
unsafe ref MR.Vector3f mulAssign (float b)
 Generated from function MR.operator*=.
 
unsafe ref MR.Vector3f divAssign (float b)
 Generated from function MR.operator/=.
 
bool Equals (MR.Vector3f b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator Vector3f (ConstBox_Vector3f other)
 Copy contents from a wrapper class to this struct.
 
static MR.Vector3f diagonal (float a)
 Generated from method MR.Vector3f.diagonal.
 
static MR.Vector3f plusX ()
 Generated from method MR.Vector3f.plusX.
 
static MR.Vector3f plusY ()
 Generated from method MR.Vector3f.plusY.
 
static MR.Vector3f plusZ ()
 Generated from method MR.Vector3f.plusZ.
 
static MR.Vector3f minusX ()
 Generated from method MR.Vector3f.minusX.
 
static MR.Vector3f minusY ()
 Generated from method MR.Vector3f.minusY.
 
static MR.Vector3f minusZ ()
 Generated from method MR.Vector3f.minusZ.
 
static unsafe bool operator== (MR.Vector3f a, MR.Vector3f b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Vector3f a, MR.Vector3f b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3foperator+ (MR.Vector3f a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3f operator- (MR.Vector3f a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3f operator+ (MR.Vector3f a, in MR.Vector3f b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3f operator- (MR.Vector3f a, in MR.Vector3f b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3f operator* (float a, MR.Vector3f b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3f operator* (MR.Vector3f b, float a)
 Generated from function MR.operator*.
 
static MR.Vector3f operator/ (MR.Vector3f b, float a)
 Generated from function MR.operator/.
 

Public Attributes

float x
 
float y
 
float z
 

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ Vector3f() [1/6]

MR.Vector3f.Vector3f ( Vector3f _other)
inline

Generated copy constructor.

◆ Vector3f() [2/6]

unsafe MR.Vector3f.Vector3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Vector3f() [3/6]

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

Generated from constructor MR.Vector3f.Vector3f.

◆ Vector3f() [4/6]

unsafe MR.Vector3f.Vector3f ( float x,
float y,
float z )
inline

Generated from constructor MR.Vector3f.Vector3f.

◆ Vector3f() [5/6]

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

Generated from constructor MR.Vector3f.Vector3f.

◆ Vector3f() [6/6]

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

Generated from constructor MR.Vector3f.Vector3f.

Member Function Documentation

◆ addAssign()

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

Generated from function MR.operator+=.

◆ diagonal()

static MR.Vector3f MR.Vector3f.diagonal ( float a)
inlinestatic

Generated from method MR.Vector3f.diagonal.

◆ divAssign()

unsafe ref MR.Vector3f MR.Vector3f.divAssign ( float b)
inline

Generated from function MR.operator/=.

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ furthestBasisVector()

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

Generated from method MR.Vector3f.furthestBasisVector.

◆ index()

unsafe ref float MR.Vector3f.index ( int e)
inline

Generated from method MR.Vector3f.operator[].

◆ isFinite()

readonly unsafe bool MR.Vector3f.isFinite ( )
inline

Generated from method MR.Vector3f.isFinite.

◆ length()

readonly unsafe float MR.Vector3f.length ( )
inline

Generated from method MR.Vector3f.length.

◆ lengthSq()

readonly unsafe float MR.Vector3f.lengthSq ( )
inline

Generated from method MR.Vector3f.lengthSq.

◆ minusX()

static MR.Vector3f MR.Vector3f.minusX ( )
inlinestatic

Generated from method MR.Vector3f.minusX.

◆ minusY()

static MR.Vector3f MR.Vector3f.minusY ( )
inlinestatic

Generated from method MR.Vector3f.minusY.

◆ minusZ()

static MR.Vector3f MR.Vector3f.minusZ ( )
inlinestatic

Generated from method MR.Vector3f.minusZ.

◆ mulAssign()

unsafe ref MR.Vector3f MR.Vector3f.mulAssign ( float b)
inline

Generated from function MR.operator*=.

◆ normalized()

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

Generated from method MR.Vector3f.normalized.

◆ operator Vector3f()

static implicit MR.Vector3f.operator Vector3f ( ConstBox_Vector3f other)
static

Copy contents from a wrapper class to this struct.

◆ operator!=()

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

◆ operator*() [1/2]

static unsafe MR.Vector3f MR.Vector3f.operator* ( float a,
MR.Vector3f b )
inlinestatic

Generated from function MR.operator*.

◆ operator*() [2/2]

static unsafe MR.Vector3f MR.Vector3f.operator* ( MR.Vector3f b,
float a )
inlinestatic

Generated from function MR.operator*.

◆ operator+() [1/2]

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

Generated from function MR.operator+.

◆ operator+() [2/2]

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

Generated from function MR.operator+.

◆ operator-() [1/2]

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

Generated from function MR.operator-.

◆ operator-() [2/2]

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

Generated from function MR.operator-.

◆ operator/()

static MR.Vector3f MR.Vector3f.operator/ ( MR.Vector3f b,
float a )
inlinestatic

Generated from function MR.operator/.

◆ operator==()

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

Generated from function MR.operator==.

◆ perpendicular()

readonly unsafe MR.Std.Pair_MRVector3f_MRVector3f MR.Vector3f.perpendicular ( )
inline

Generated from method MR.Vector3f.perpendicular.

◆ plusX()

static MR.Vector3f MR.Vector3f.plusX ( )
inlinestatic

Generated from method MR.Vector3f.plusX.

◆ plusY()

static MR.Vector3f MR.Vector3f.plusY ( )
inlinestatic

Generated from method MR.Vector3f.plusY.

◆ plusZ()

static MR.Vector3f MR.Vector3f.plusZ ( )
inlinestatic

Generated from method MR.Vector3f.plusZ.

◆ subAssign()

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

Generated from function MR.operator-=.

◆ transformed()

readonly unsafe MR.Vector3f MR.Vector3f.transformed ( MR.AffineXf3f? xf)
inline

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

◆ unsignZeroValues()

unsafe void MR.Vector3f.unsignZeroValues ( )
inline

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

Member Data Documentation

◆ x

float MR.Vector3f.x

◆ y

float MR.Vector3f.y

◆ z

float MR.Vector3f.z

Property Documentation

◆ this[int e]

readonly unsafe float MR.Vector3f.this[int e]
get

Generated from method MR.Vector3f.operator[].


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