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

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

+ Inheritance diagram for MR.ConstBox_Vector4b:

Classes

struct  _Underlying
 

Public Member Functions

unsafe ConstBox_Vector4b (Vector4b 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.)
 
virtual void Dispose ()
 
unsafe ConstBox_Vector4b (ConstBox_Vector4b _other)
 Generated copy constructor.
 
unsafe ConstBox_Vector4b ()
 Constructs an empty (default-constructed) instance.
 
unsafe ConstBox_Vector4b (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe ConstBox_Vector4b (bool x, bool y, bool z, bool w)
 Generated from constructor MR.Vector4b.Vector4b.
 
unsafe bool lengthSq ()
 Generated from method MR.Vector4b.lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector4b.length.
 
bool Equals (MR.ConstBox_Vector4b? b)
 
override bool Equals (object? other)
 

Static Public Member Functions

static implicit operator ConstBox_Vector4b (Vector4b other)
 Convert from a struct by copying it. Note that only ConstBox_Vector4b has this conversion, Box_Vector4b intentionally doesn't.
 
static MR.Vector4b diagonal (bool a)
 Generated from method MR.Vector4b.diagonal.
 
static unsafe bool operator== (MR.ConstBox_Vector4b a, MR.ConstBox_Vector4b b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.ConstBox_Vector4b a, MR.ConstBox_Vector4b b)
 
static unsafe MR.Misc.ConstRef< MR.Vector4boperator+ (MR.ConstBox_Vector4b a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.ConstBox_Vector4b a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator+ (MR.ConstBox_Vector4b a, in MR.Vector4b b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.ConstBox_Vector4b a, in MR.Vector4b b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator* (bool a, MR.ConstBox_Vector4b b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator* (MR.ConstBox_Vector4b b, bool a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator/ (ConstBox_Vector4b b, bool a)
 Generated from function MR.operator/.
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly Vector4b _Ref [get]
 Get the underlying struct.
 
bool x [get]
 
bool y [get]
 
bool z [get]
 
bool w [get]
 
static unsafe int Elements [get]
 
unsafe bool this[int e] [get]
 Generated from method MR.Vector4b.operator[].
 
- Properties inherited from MR.Misc.Object< ConstBox_Vector4b >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< ConstBox_Vector4b >
bool _IsOwningVal
 

Detailed Description

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


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