Public Member Functions | Private Attributes | List of all members
ConvexDecomposition::Line Class Reference

#include <cd_vector.h>

Public Member Functions

bool Intersect (const Line &src, Vector3d< double > &sect)
 
 Line (const Vector3d< double > &from, const Vector3d< double > &to)
 

Private Attributes

Vector3d< double > mP1
 
Vector3d< double > mP2
 

Detailed Description

Definition at line 1178 of file cd_vector.h.

Constructor & Destructor Documentation

◆ Line()

ConvexDecomposition::Line::Line ( const Vector3d< double > &  from,
const Vector3d< double > &  to 
)
inline

Definition at line 1181 of file cd_vector.h.

Member Function Documentation

◆ Intersect()

bool ConvexDecomposition::Line::Intersect ( const Line src,
Vector3d< double > &  sect 
)

Member Data Documentation

◆ mP1

Vector3d<double> ConvexDecomposition::Line::mP1
private

Definition at line 1190 of file cd_vector.h.

◆ mP2

Vector3d<double> ConvexDecomposition::Line::mP2
private

Definition at line 1191 of file cd_vector.h.


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


convex_decomposition
Author(s): John W. Ratcliff
autogenerated on Wed Mar 2 2022 00:05:00