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

Generated from class MR.Vector3f. This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_Vector3f:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_Vector3f (Vector3f 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_Vector3f (ConstBox_Vector3f _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector3f (MR.Const_NoInit _1)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe ConstBox_Vector3f (float x, float y, float z)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe ConstBox_Vector3f (in MR.Vector3d v)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe ConstBox_Vector3f (in MR.Vector3i v)
 Generated from constructor MR.Vector3f.Vector3f.
 
unsafe float lengthSq ()
 Generated from method MR.Vector3f.lengthSq.
 
unsafe float length ()
 Generated from method MR.Vector3f.length.
 
unsafe MR.Vector3f normalized ()
 Generated from method MR.Vector3f.normalized.
 
unsafe MR.Vector3f furthestBasisVector ()
 Generated from method MR.Vector3f.furthestBasisVector.
 
unsafe MR.Std.Pair_MRVector3f_MRVector3f perpendicular ()
 Generated from method MR.Vector3f.perpendicular.
 
unsafe MR.Vector3f transformed (MR.AffineXf3f? xf)
 returns this vector transformed by xf if it is Generated from method MR.Vector3f.transformed<float>.
 
unsafe bool isFinite ()
 Generated from method MR.Vector3f.isFinite.
 
bool Equals (MR.ConstBox_Vector3f? b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_Vector3f (Vector3f other)
 Convert from a struct by copying it. Note that only ConstBox_Vector3f has this conversion, Box_Vector3f intentionally doesn't.
 
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.ConstBox_Vector3f a, MR.ConstBox_Vector3f b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector3f a, MR.ConstBox_Vector3f b)
 
static unsafe MR.Misc.ConstRef< MR.Vector3foperator+ (MR.ConstBox_Vector3f a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3f operator- (MR.ConstBox_Vector3f a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3f operator+ (MR.ConstBox_Vector3f a, in MR.Vector3f b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector3f operator- (MR.ConstBox_Vector3f a, in MR.Vector3f b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector3f operator* (float a, MR.ConstBox_Vector3f b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3f operator* (MR.ConstBox_Vector3f b, float a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector3f operator/ (ConstBox_Vector3f b, float a)
 Generated from function MR.operator/.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Static Protected Attributes

static unsafe int * __ref_storage_Elements
 

Properties

ref readonly float x [get]
 
ref readonly float y [get]
 
ref readonly float z [get]
 
static unsafe int Elements [get]
 
unsafe float this[int e] [get]
 Generated from method MR.Vector3f.operator[].
 

Detailed Description

Generated from class MR.Vector3f. This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_Vector3f() [1/7]

unsafe MR.ConstBox_Vector3f.ConstBox_Vector3f ( Vector3f 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.)

◆ ConstBox_Vector3f() [2/7]

unsafe MR.ConstBox_Vector3f.ConstBox_Vector3f ( ConstBox_Vector3f _other)
inline

Generated copy constructor.

◆ ConstBox_Vector3f() [3/7]

unsafe MR.ConstBox_Vector3f.ConstBox_Vector3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_Vector3f() [4/7]

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

Generated from constructor MR.Vector3f.Vector3f.

◆ ConstBox_Vector3f() [5/7]

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

Generated from constructor MR.Vector3f.Vector3f.

◆ ConstBox_Vector3f() [6/7]

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

Generated from constructor MR.Vector3f.Vector3f.

◆ ConstBox_Vector3f() [7/7]

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

Generated from constructor MR.Vector3f.Vector3f.

Member Function Documentation

◆ diagonal()

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

Generated from method MR.Vector3f.diagonal.

◆ Dispose() [1/2]

virtual void MR.ConstBox_Vector3f.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.ConstBox_Vector3f.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.ConstBox_Vector3f.Equals ( MR.ConstBox_Vector3f? b)
inline

◆ Equals() [2/2]

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

◆ furthestBasisVector()

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

Generated from method MR.Vector3f.furthestBasisVector.

◆ isFinite()

unsafe bool MR.ConstBox_Vector3f.isFinite ( )
inline

Generated from method MR.Vector3f.isFinite.

◆ length()

unsafe float MR.ConstBox_Vector3f.length ( )
inline

Generated from method MR.Vector3f.length.

◆ lengthSq()

unsafe float MR.ConstBox_Vector3f.lengthSq ( )
inline

Generated from method MR.Vector3f.lengthSq.

◆ minusX()

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

Generated from method MR.Vector3f.minusX.

◆ minusY()

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

Generated from method MR.Vector3f.minusY.

◆ minusZ()

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

Generated from method MR.Vector3f.minusZ.

◆ normalized()

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

Generated from method MR.Vector3f.normalized.

◆ operator ConstBox_Vector3f()

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

Convert from a struct by copying it. Note that only ConstBox_Vector3f has this conversion, Box_Vector3f intentionally doesn't.

◆ operator!=()

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

◆ operator*() [1/2]

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

Generated from function MR.operator*.

◆ operator*() [2/2]

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

Generated from function MR.operator*.

◆ operator+() [1/2]

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

Generated from function MR.operator+.

◆ operator+() [2/2]

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

Generated from function MR.operator+.

◆ operator-() [1/2]

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

Generated from function MR.operator-.

◆ operator-() [2/2]

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

Generated from function MR.operator-.

◆ operator/()

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

Generated from function MR.operator/.

◆ operator==()

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

Generated from function MR.operator==.

◆ perpendicular()

unsafe MR.Std.Pair_MRVector3f_MRVector3f MR.ConstBox_Vector3f.perpendicular ( )
inline

Generated from method MR.Vector3f.perpendicular.

◆ plusX()

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

Generated from method MR.Vector3f.plusX.

◆ plusY()

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

Generated from method MR.Vector3f.plusY.

◆ plusZ()

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

Generated from method MR.Vector3f.plusZ.

◆ transformed()

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

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

Member Data Documentation

◆ __ref_storage_Elements

unsafe int* MR.ConstBox_Vector3f.__ref_storage_Elements
staticprotected

Property Documentation

◆ Elements

unsafe int MR.ConstBox_Vector3f.Elements
staticget

◆ this[int e]

unsafe float MR.ConstBox_Vector3f.this[int e]
get

Generated from method MR.Vector3f.operator[].

◆ x

ref readonly float MR.ConstBox_Vector3f.x
get

◆ y

ref readonly float MR.ConstBox_Vector3f.y
get

◆ z

ref readonly float MR.ConstBox_Vector3f.z
get

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