Image Component Library (ICL)
Public Member Functions | Public Attributes | List of all members
icl::geom::PlaneEquation Struct Reference

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...
 

Detailed Description

Utility structure for calculation of view-ray / plane intersections.

Constructor & Destructor Documentation

◆ PlaneEquation()

icl::geom::PlaneEquation::PlaneEquation ( const Vec offset = Vec(),
const Vec normal = Vec() 
)
explicit

Constructor with given offset and direction vector.

Member Data Documentation

◆ normal

Vec icl::geom::PlaneEquation::normal

line direction

◆ offset

Vec icl::geom::PlaneEquation::offset

line offset


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