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

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

+ Inheritance diagram for MR.Const_LineSegm3f:

Classes

struct  _Underlying
 

Public Member Functions

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().
 

Protected Member Functions

virtual unsafe void Dispose (bool disposing)
 

Properties

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 Attributes inherited from MR.Misc.Object< Const_LineSegm3f >
bool _IsOwningVal
 

Detailed Description

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


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