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

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

+ Inheritance diagram for MR.LineSegm3f:

Public Member Functions

unsafe LineSegm3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe LineSegm3f (MR.Const_LineSegm3f _other)
 Generated from constructor MR.LineSegm3f.LineSegm3f.
 
unsafe LineSegm3f (in MR.Vector3f a, in MR.Vector3f b)
 Generated from constructor MR.LineSegm3f.LineSegm3f.
 
unsafe MR.LineSegm3f assign (MR.Const_LineSegm3f _other)
 Generated from method MR.LineSegm3f.operator=.
 
- Public Member Functions inherited from MR.Const_LineSegm3f
virtual void Dispose ()
 
unsafe Const_LineSegm3f ()
 Constructs an empty (default-constructed) instance.
 
unsafe Const_LineSegm3f (MR.Const_LineSegm3f _other)
 Generated from constructor MR.LineSegm3f.LineSegm3f.
 
unsafe Const_LineSegm3f (in MR.Vector3f a, in MR.Vector3f b)
 Generated from constructor MR.LineSegm3f.LineSegm3f.
 
unsafe MR.Vector3f dir ()
 returns directional vector of the line Generated from method MR.LineSegm3f.dir.
 
unsafe float lengthSq ()
 returns squared length of this line segment Generated from method MR.LineSegm3f.lengthSq.
 
unsafe float length ()
 returns the length of this line segment Generated from method MR.LineSegm3f.length.
 
unsafe MR.Vector3f call (float param)
 returns point on the line, where param=0 returns a and param=1 returns b Generated from method MR.LineSegm3f.operator().
 

Properties

new unsafe ref MR.Vector3f a [get]
 
new unsafe ref MR.Vector3f b [get]
 
- Properties inherited from MR.Const_LineSegm3f
unsafe ref readonly MR.Vector3f a [get]
 
unsafe ref readonly MR.Vector3f b [get]
 
- Properties inherited from MR.Misc.Object< Const_LineSegm3f >
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_LineSegm3f
virtual unsafe void Dispose (bool disposing)
 
- Protected Attributes inherited from MR.Misc.Object< Const_LineSegm3f >
bool _IsOwningVal
 

Detailed Description

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


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