cgma
FSBoundingBox Class Reference

#include <FBStructs.hpp>

List of all members.

Public Member Functions

 FSBoundingBox ()
 FSBoundingBox (float xmi, float ymi, float zmi, float xma, float yma, float zma)
 ~FSBoundingBox ()

Public Attributes

float xmin
float xmax
float ymin
float ymax
float zmin
float zmax

Detailed Description

Definition at line 34 of file FBStructs.hpp.


Constructor & Destructor Documentation

Definition at line 36 of file FBStructs.hpp.

{ }
FSBoundingBox::FSBoundingBox ( float  xmi,
float  ymi,
float  zmi,
float  xma,
float  yma,
float  zma 
) [inline]

Definition at line 37 of file FBStructs.hpp.

  {
    xmin = xmi; xmax = xma; ymin = ymi; ymax = yma; zmin = zmi; zmax = zma;
  }

Definition at line 41 of file FBStructs.hpp.

{ }

Member Data Documentation

Definition at line 42 of file FBStructs.hpp.

Definition at line 42 of file FBStructs.hpp.

Definition at line 42 of file FBStructs.hpp.

Definition at line 42 of file FBStructs.hpp.

Definition at line 42 of file FBStructs.hpp.

Definition at line 42 of file FBStructs.hpp.


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