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

four-dimensional vector Generated from class MR.Vector4<unsigned char>. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Vector4_UnsignedChar:

Public Member Functions

unsafe Vector4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Vector4_UnsignedChar (MR.Const_Vector4_UnsignedChar _other)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Vector4_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Vector4_UnsignedChar (byte x, byte y, byte z, byte w)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe MR.Vector4_UnsignedChar assign (MR.Const_Vector4_UnsignedChar _other)
 Generated from method MR.Vector4<unsigned char>::operator=.
 
unsafe MR.Vector4_UnsignedChar addAssign (MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator+=.
 
unsafe MR.Vector4_UnsignedChar subAssign (MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator-=.
 
unsafe MR.Vector4_UnsignedChar mulAssign (byte b)
 Generated from function MR.operator*=.
 
unsafe MR.Vector4_UnsignedChar divAssign (byte b)
 Generated from function MR.operator/=.
 
- Public Member Functions inherited from MR.Const_Vector4_UnsignedChar
virtual void Dispose ()
 
unsafe Const_Vector4_UnsignedChar ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Vector4_UnsignedChar (MR.Const_Vector4_UnsignedChar _other)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Const_Vector4_UnsignedChar (MR.Const_NoInit _1)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe Const_Vector4_UnsignedChar (byte x, byte y, byte z, byte w)
 Generated from constructor MR.Vector4<unsigned char>::Vector4.
 
unsafe byte lengthSq ()
 Generated from method MR.Vector4<unsigned char>::lengthSq.
 
unsafe double length ()
 Generated from method MR.Vector4<unsigned char>::length.
 
bool Equals (MR.Const_Vector4_UnsignedChar? b)
 
override bool Equals (object? other)
 

Properties

new unsafe ref byte x [get]
 
new unsafe ref byte y [get]
 
new unsafe ref byte z [get]
 
new unsafe ref byte w [get]
 
unsafe new ref byte this[int e] [get]
 Generated from method MR.Vector4<unsigned char>::operator[].
 
- Properties inherited from MR.Const_Vector4_UnsignedChar
static unsafe int Elements [get]
 
unsafe byte x [get]
 
unsafe byte y [get]
 
unsafe byte z [get]
 
unsafe byte w [get]
 
unsafe byte this[int e] [get]
 Generated from method MR.Vector4<unsigned char>::operator[].
 
- Properties inherited from MR.Misc.Object< Const_Vector4_UnsignedChar >
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

- Static Public Member Functions inherited from MR.Const_Vector4_UnsignedChar
static unsafe MR.Vector4_UnsignedChar diagonal (byte a)
 Generated from method MR.Vector4<unsigned char>::diagonal.
 
static unsafe bool operator== (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator==.
 
static unsafe bool operator!= (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 
static unsafe MR.Const_Vector4_UnsignedChar operator+ (MR.Const_Vector4_UnsignedChar a)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.Const_Vector4_UnsignedChar a)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator+ (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator+.
 
static unsafe MR.Vector4i operator- (MR.Const_Vector4_UnsignedChar a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator-.
 
static unsafe MR.Vector4i operator* (byte a, MR.Const_Vector4_UnsignedChar b)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator* (MR.Const_Vector4_UnsignedChar b, byte a)
 Generated from function MR.operator*.
 
static unsafe MR.Vector4i operator/ (Const_Vector4_UnsignedChar b, byte a)
 Generated from function MR.operator/.
 
- Protected Member Functions inherited from MR.Const_Vector4_UnsignedChar
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Vector4_UnsignedChar >
bool _IsOwningVal
 

Detailed Description

four-dimensional vector Generated from class MR.Vector4<unsigned char>. This is the non-const half of the class.


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