Image Component Library (ICL)
|
Utility structure for calculation of view-ray / plane intersections. More...
#include <PlaneEquation.h>
Public Member Functions | |
PlaneEquation (const Vec &offset=Vec(), const Vec &normal=Vec()) | |
Constructor with given offset and direction vector. More... | |
Public Attributes | |
Vec | offset |
line offset More... | |
Vec | normal |
line direction More... | |
Utility structure for calculation of view-ray / plane intersections.
|
explicit |
Constructor with given offset and direction vector.
Vec icl::geom::PlaneEquation::normal |
line direction
Vec icl::geom::PlaneEquation::offset |
line offset