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

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

+ Inheritance diagram for MR.Cylinder3d:

Public Member Functions

unsafe Cylinder3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Cylinder3d (MR.Const_Cylinder3d _other)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe Cylinder3d (in MR.Vector3d inCenter, in MR.Vector3d inDirectoin, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe Cylinder3d (MR.Const_Line3d inAxis, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe MR.Cylinder3d assign (MR.Const_Cylinder3d _other)
 Generated from method MR.Cylinder3d.operator=.
 
unsafe new ref MR.Vector3d center ()
 Generated from method MR.Cylinder3d.center.
 
unsafe new ref MR.Vector3d direction ()
 Generated from method MR.Cylinder3d.direction.
 
- Public Member Functions inherited from MR.Const_Cylinder3d
virtual void Dispose ()
 
unsafe Const_Cylinder3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_Cylinder3d (MR.Const_Cylinder3d _other)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe Const_Cylinder3d (in MR.Vector3d inCenter, in MR.Vector3d inDirectoin, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe Const_Cylinder3d (MR.Const_Line3d inAxis, double inRadius, double inLength)
 Generated from constructor MR.Cylinder3d.Cylinder3d.
 
unsafe ref readonly MR.Vector3d center ()
 Generated from method MR.Cylinder3d.center.
 
unsafe ref readonly MR.Vector3d direction ()
 Generated from method MR.Cylinder3d.direction.
 

Properties

new unsafe MR.Line3d mainAxis [get]
 
new unsafe ref double radius [get]
 
new unsafe ref double length [get]
 
- Properties inherited from MR.Const_Cylinder3d
unsafe MR.Const_Line3d mainAxis [get]
 
unsafe double radius [get]
 
unsafe double length [get]
 
- Properties inherited from MR.Misc.Object< Const_Cylinder3d >
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_Cylinder3d
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_Cylinder3d >
bool _IsOwningVal
 

Detailed Description

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


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