Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyMath::Segment3 Class Reference

#include <Segment3D.h>

Public Member Functions

 Segment3 ()
 
 Segment3 (Vector3 p0, Vector3 p1)
 

Public Attributes

Vector3 _p0
 
Vector3 _p1
 

Constructor & Destructor Documentation

◆ Segment3() [1/2]

SharpKmyMath::Segment3::Segment3 ( )

◆ Segment3() [2/2]

SharpKmyMath::Segment3::Segment3 ( Vector3  p0,
Vector3  p1 
)

Member Data Documentation

◆ _p0

Vector3 SharpKmyMath::Segment3::_p0

◆ _p1

Vector3 SharpKmyMath::Segment3::_p1