Stellarium 0.15.2
List of all members | Public Types | Public Member Functions | Public Attributes
Frustum Class Reference
+ Collaboration diagram for Frustum:

Public Types

enum  Corner {
  NBL = 0, NBR, NTR, NTL,
  FBL, FBR, FTR, FTL,
  CORNERCOUNT
}
 
enum  FrustumPlane {
  NEARP = 0, FARP, LEFT, RIGHT,
  BOTTOM, TOP, PLANECOUNT
}
 
enum  { OUTSIDE, INTERSECT, INSIDE }
 

Public Member Functions

void setCamInternals (float fov, float aspect, float zNear, float zFar)
 
void calcFrustum (Vec3d p, Vec3d l, Vec3d u)
 
const Vec3fgetCorner (Corner corner) const
 
const PlanegetPlane (FrustumPlane plane) const
 
int pointInFrustum (const Vec3f &p)
 
int boxInFrustum (const AABB &bbox)
 
void drawFrustum () const
 
void saveDrawingCorners ()
 
void resetCorners ()
 

Public Attributes

float fov
 
float aspect
 
float zNear
 
float zFar
 
Mat4d m
 
AABB bbox
 
std::vector< Vec3fdrawCorners
 
AABB drawBbox
 
std::vector< Vec3fcorners
 
std::vector< Plane * > planes
 

Detailed Description

Definition at line 28 of file Frustum.hpp.


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