Public Member Functions | Public Attributes

quake::plane_t Struct Reference
[Quake BSP Parsing Library]

a 2D plane in the BSP tree More...

#include <bsp.h>

Inheritance diagram for quake::plane_t:
Inheritance graph
[legend]
Collaboration diagram for quake::plane_t:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ~plane_t (void) throw ()
eLumpType getType (void) const throw ()
 what sort of lump object is this really? Can use this information to perform a dynamic cast to the correct leaf class.

Public Attributes

point3d_t n
 plane normal
float d
 distance from origin along normal

Detailed Description

a 2D plane in the BSP tree

Definition at line 214 of file bsp.h.


Constructor & Destructor Documentation

quake::plane_t::~plane_t ( void   )  throw ()

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