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

Generated from class MR.Cylinder3f. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Cylinder3f:

Public Member Functions

unsafe Cylinder3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Cylinder3f (MR.Const_Cylinder3f _other)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe Cylinder3f (in MR.Vector3f inCenter, in MR.Vector3f inDirectoin, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe Cylinder3f (MR.Const_Line3f inAxis, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe MR.Cylinder3f assign (MR.Const_Cylinder3f _other)
 Generated from method MR.Cylinder3f.operator=.
 
unsafe new ref MR.Vector3f center ()
 Generated from method MR.Cylinder3f.center.
 
unsafe new ref MR.Vector3f direction ()
 Generated from method MR.Cylinder3f.direction.
 
- Public Member Functions inherited from MR.Const_Cylinder3f
virtual void Dispose ()
 
unsafe Const_Cylinder3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Cylinder3f (MR.Const_Cylinder3f _other)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe Const_Cylinder3f (in MR.Vector3f inCenter, in MR.Vector3f inDirectoin, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe Const_Cylinder3f (MR.Const_Line3f inAxis, float inRadius, float inLength)
 Generated from constructor MR.Cylinder3f.Cylinder3f.
 
unsafe ref readonly MR.Vector3f center ()
 Generated from method MR.Cylinder3f.center.
 
unsafe ref readonly MR.Vector3f direction ()
 Generated from method MR.Cylinder3f.direction.
 

Properties

new unsafe MR.Line3f mainAxis [get]
 
new unsafe ref float radius [get]
 
new unsafe ref float length [get]
 
- Properties inherited from MR.Const_Cylinder3f
unsafe MR.Const_Line3f mainAxis [get]
 
unsafe float radius [get]
 
unsafe float length [get]
 
- Properties inherited from MR.Misc.Object< Const_Cylinder3f >
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 Member Functions inherited from MR.Const_Cylinder3f
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Cylinder3f >
bool _IsOwningVal
 

Detailed Description

Generated from class MR.Cylinder3f. This is the non-const half of the class.


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