Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions | Public Attributes
icl::geom::PlaneEquation Struct Reference

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

#include <PlaneEquation.h>

List of all members.

Public Member Functions

 PlaneEquation (const Vec &offset=Vec(), const Vec &normal=Vec())
 Constructor with given offset and direction vector.

Public Attributes

Vec offset
 line offset
Vec normal
 line direction

Detailed Description

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


Constructor & Destructor Documentation

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

Constructor with given offset and direction vector.


Member Data Documentation

line direction

line offset


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines