occ
Loading...
Searching...
No Matches
quickhull::Ray< T > Struct Template Reference

#include <ray.h>

Public Member Functions

 Ray (const Eigen::Matrix< T, 3, 1 > &S, const Eigen::Matrix< T, 3, 1 > &V)
 

Public Attributes

const Eigen::Matrix< T, 3, 1 > m_S
 
const Eigen::Matrix< T, 3, 1 > m_V
 
const T m_VInvLengthSquared
 

Constructor & Destructor Documentation

◆ Ray()

template<typename T >
quickhull::Ray< T >::Ray ( const Eigen::Matrix< T, 3, 1 > &  S,
const Eigen::Matrix< T, 3, 1 > &  V 
)
inline

Member Data Documentation

◆ m_S

template<typename T >
const Eigen::Matrix<T, 3, 1> quickhull::Ray< T >::m_S

◆ m_V

template<typename T >
const Eigen::Matrix<T, 3, 1> quickhull::Ray< T >::m_V

◆ m_VInvLengthSquared

template<typename T >
const T quickhull::Ray< T >::m_VInvLengthSquared

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