#include <iso_space_line_shape.h>
Inherits iso::space::SpaceShape.
Inheritance diagram for iso::space::LineShape:
Public Member Functions | |
LineShape (geom::Line *pLine) | |
virtual | ~LineShape () |
virtual void | updateAABB () |
update axis aligned bounding box | |
Protected Attributes | |
geom::Line * | mLine |
LineShape::LineShape | ( | geom::Line * | pLine | ) |
LineShape::~LineShape | ( | ) | [virtual] |
void LineShape::updateAABB | ( | ) | [virtual] |
geom::Line* iso::space::LineShape::mLine [protected] |