Stellarium 0.15.2
List of all members | Public Member Functions | Public Attributes
Box Class Reference

A simple "box" class with 8 arbitrary vertices. More...

#include <AABB.hpp>

+ Collaboration diagram for Box:

Public Member Functions

void transform (const QMatrix4x4 &tf)
 Transforms the vertices. More...
 
void render () const
 Renders the box. More...
 

Public Attributes

Vec3f vertices [8]
 

Detailed Description

A simple "box" class with 8 arbitrary vertices.

Definition at line 28 of file AABB.hpp.

Member Function Documentation

void Box::render ( ) const

Renders the box.

void Box::transform ( const QMatrix4x4 &  tf)

Transforms the vertices.


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