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

four-dimensional vector Generated from class MR.Vector4d. This is the const reference to the struct. More...

+ Inheritance diagram for MR.ConstBox_Vector4d:

Classes

struct  _Underlying
 

Public Member Functions

virtual void Dispose ()
 
unsafe ConstBox_Vector4d (Vector4d 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_Vector4d (ConstBox_Vector4d _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector4d ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector4d (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4d.Vector4d.
 
unsafe ConstBox_Vector4d (double x, double y, double z, double w)
 Generated from constructor MR.Vector4d.Vector4d.
 
unsafe double lengthSq ()
 Generated from method MR.Vector4d.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector4d.length.
 
unsafe MR.Vector4d normalized ()
 Generated from method MR.Vector4d.normalized.
 
unsafe MR.Vector3d proj3d ()
 assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector Generated from method MR.Vector4d.proj3d.
 
unsafe bool isFinite ()
 Generated from method MR.Vector4d.isFinite.
 
bool Equals (MR.ConstBox_Vector4d? b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_Vector4d (Vector4d other)
 Convert from a struct by copying it. Note that only ConstBox_Vector4d has this conversion, Box_Vector4d intentionally doesn't.
 
static MR.Vector4d diagonal (double a)
 Generated from method MR.Vector4d.diagonal.
 
static unsafe bool operator== (MR.ConstBox_Vector4d a, MR.ConstBox_Vector4d b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector4d a, MR.ConstBox_Vector4d b)
 
static unsafe MR.Misc.ConstRef< MR.Vector4doperator+ (MR.ConstBox_Vector4d a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4d operator- (MR.ConstBox_Vector4d a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4d operator+ (MR.ConstBox_Vector4d a, in MR.Vector4d b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4d operator- (MR.ConstBox_Vector4d a, in MR.Vector4d b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4d operator* (double a, MR.ConstBox_Vector4d b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4d operator* (MR.ConstBox_Vector4d b, double a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4d operator/ (ConstBox_Vector4d b, double 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 double x [get]
 
ref readonly double y [get]
 
ref readonly double z [get]
 
ref readonly double w [get]
 
static unsafe int Elements [get]
 
unsafe double this[int e] [get]
 Generated from method MR.Vector4d.operator[].
 

Detailed Description

four-dimensional vector Generated from class MR.Vector4d. This is the const reference to the struct.

Constructor & Destructor Documentation

◆ ConstBox_Vector4d() [1/5]

unsafe MR.ConstBox_Vector4d.ConstBox_Vector4d ( Vector4d 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_Vector4d() [2/5]

unsafe MR.ConstBox_Vector4d.ConstBox_Vector4d ( ConstBox_Vector4d _other)
inline

Generated copy constructor.

◆ ConstBox_Vector4d() [3/5]

unsafe MR.ConstBox_Vector4d.ConstBox_Vector4d ( )
inline

Constructs an empty (default-constructed) instance.

◆ ConstBox_Vector4d() [4/5]

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

Generated from constructor MR.Vector4d.Vector4d.

◆ ConstBox_Vector4d() [5/5]

unsafe MR.ConstBox_Vector4d.ConstBox_Vector4d ( double x,
double y,
double z,
double w )
inline

Generated from constructor MR.Vector4d.Vector4d.

Member Function Documentation

◆ diagonal()

static MR.Vector4d MR.ConstBox_Vector4d.diagonal ( double a)
inlinestatic

Generated from method MR.Vector4d.diagonal.

◆ Dispose() [1/2]

virtual void MR.ConstBox_Vector4d.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ isFinite()

unsafe bool MR.ConstBox_Vector4d.isFinite ( )
inline

Generated from method MR.Vector4d.isFinite.

◆ length()

unsafe double MR.ConstBox_Vector4d.length ( )
inline

Generated from method MR.Vector4d.length.

◆ lengthSq()

unsafe double MR.ConstBox_Vector4d.lengthSq ( )
inline

Generated from method MR.Vector4d.lengthSq.

◆ normalized()

unsafe MR.Vector4d MR.ConstBox_Vector4d.normalized ( )
inline

Generated from method MR.Vector4d.normalized.

◆ operator ConstBox_Vector4d()

static implicit MR.ConstBox_Vector4d.operator ConstBox_Vector4d ( Vector4d other)
inlinestatic

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

◆ operator!=()

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

◆ operator*() [1/2]

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

Generated from function MR.operator*.

◆ operator*() [2/2]

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

Generated from function MR.operator*.

◆ operator+() [1/2]

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

Generated from function MR.operator+.

◆ operator+() [2/2]

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

Generated from function MR.operator+.

◆ operator-() [1/2]

static unsafe MR.Vector4d MR.ConstBox_Vector4d.operator- ( MR.ConstBox_Vector4d a)
inlinestatic

Generated from function MR.operator-.

◆ operator-() [2/2]

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

Generated from function MR.operator-.

◆ operator/()

static unsafe MR.Vector4d MR.ConstBox_Vector4d.operator/ ( ConstBox_Vector4d b,
double a )
inlinestatic

Generated from function MR.operator/.

◆ operator==()

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

Generated from function MR.operator==.

◆ proj3d()

unsafe MR.Vector3d MR.ConstBox_Vector4d.proj3d ( )
inline

assuming this is a point represented in homogeneous 4D coordinates, returns the point as 3D-vector Generated from method MR.Vector4d.proj3d.

Member Data Documentation

◆ __ref_storage_Elements

unsafe int* MR.ConstBox_Vector4d.__ref_storage_Elements
staticprotected

Property Documentation

◆ Elements

unsafe int MR.ConstBox_Vector4d.Elements
staticget

◆ this[int e]

unsafe double MR.ConstBox_Vector4d.this[int e]
get

Generated from method MR.Vector4d.operator[].

◆ w

ref readonly double MR.ConstBox_Vector4d.w
get

◆ x

ref readonly double MR.ConstBox_Vector4d.x
get

◆ y

ref readonly double MR.ConstBox_Vector4d.y
get

◆ z

ref readonly double MR.ConstBox_Vector4d.z
get

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