geolib2
Public Member Functions | Protected Attributes | List of all members
geo::LineSegment Class Reference

Public Member Functions

const geo::Vector3a () const
 
const geo::Vector3b () const
 
 LineSegment (const geo::Vector3 &a, const geo::Vector3 &b)
 
const geo::Vector3U () const
 
const geo::Vector3V () const
 

Protected Attributes

const geo::Vector3a_
 
const geo::Vector3 b_
 
geo::Vector3 U_
 
geo::Vector3 V_
 

Detailed Description

https://members.loria.fr/SLazard/ARC-Visi3D/Pant-project/files/Line_Segment_Triangle.html

Definition at line 37 of file Shape.cpp.

Constructor & Destructor Documentation

◆ LineSegment()

geo::LineSegment::LineSegment ( const geo::Vector3 a,
const geo::Vector3 b 
)
inline

Definition at line 40 of file Shape.cpp.

Member Function Documentation

◆ a()

const geo::Vector3& geo::LineSegment::a ( ) const
inline

Definition at line 46 of file Shape.cpp.

◆ b()

const geo::Vector3& geo::LineSegment::b ( ) const
inline

Definition at line 47 of file Shape.cpp.

◆ U()

const geo::Vector3& geo::LineSegment::U ( ) const
inline

Definition at line 48 of file Shape.cpp.

◆ V()

const geo::Vector3& geo::LineSegment::V ( ) const
inline

Definition at line 49 of file Shape.cpp.

Member Data Documentation

◆ a_

const geo::Vector3& geo::LineSegment::a_
protected

Definition at line 52 of file Shape.cpp.

◆ b_

const geo::Vector3 geo::LineSegment::b_
protected

Definition at line 52 of file Shape.cpp.

◆ U_

geo::Vector3 geo::LineSegment::U_
protected

Definition at line 53 of file Shape.cpp.

◆ V_

geo::Vector3 geo::LineSegment::V_
protected

Definition at line 53 of file Shape.cpp.


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