OpenLexocad
27.0
|
#include <RayHit.h>
Public Types | |
enum | HitType { HitType::HIT_NONE, HitType::HIT_VERTEX, HitType::HIT_EDGE, HitType::HIT_FACE, HitType::HIT_ELSE } |
Public Member Functions | |
RayHit () | |
RayHit (App::Element *e, pConstTopologicalItem item, double param, Topo::RayHit::HitType h_type, int idx) | |
App::Element * | getHitElement () |
pConstTopologicalItem | getHitItem () |
double | getHitParam () |
RayHit::HitType | getHitType () |
int | getHitItemIdx () |
|
strong |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |