Implicit.cpp

Go to the documentation of this file.
00001 /**<!-------------------------------------------------------------------->
00002    @file   Implicit.cpp
00003    @author Travis Fischer (fisch0920@gmail.com)
00004    @author Matthew Jacobs (jacobs.mh@gmail.com)
00005    @date   Fall 2008
00006    
00007    @brief
00008       Abstract representation of an implicit shape in 3-space.
00009    <!-------------------------------------------------------------------->**/
00010 
00011 #include "Implicit.h"
00012 
00013 void Implicit::init() {
00014    m_objSpaceAABB = AABB(Vector3(-.5, -.5, -.5), Vector3(.5, .5, .5));
00015    
00016    Transformable::init();
00017 }
00018 

Generated on 28 Feb 2009 for Milton by doxygen 1.5.6