Public Member Functions | Public Attributes

plane Struct Reference

#include <types.h>

List of all members.

Public Member Functions

void normalize ()
float dot (const GVec4f &v)

Public Attributes

float a
float b
float c
float d

Detailed Description

A plane structure defined by the plane equation in R3 Ax + By + Cz + D = 0


Member Function Documentation

float plane::dot ( const GVec4f v  )  [inline]
void plane::normalize (  )  [inline]

Member Data Documentation

float plane::a
float plane::b
float plane::c
float plane::d

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