Frontend::Utils::Shapes::BoxAligned Class Reference
#include <Shape.h>
Inheritance diagram for Frontend::Utils::Shapes::BoxAligned:
List of all members.
Constructor & Destructor Documentation
| Frontend::Utils::Shapes::BoxAligned::BoxAligned |
( |
|
) |
[inline] |
|
Member Function Documentation
| void Frontend::Object::AddRef |
( |
|
) |
[inherited] |
|
|
|
Adds a reference to the object.
Aqcuires an additional ownership on the object. The object will not be deleted until all owners have called Release() on it. - See also:
- Release()
|
| Shape* Frontend::Utils::Shapes::BoxAligned::Clone |
( |
|
) |
[inline, virtual] |
|
| void Frontend::Utils::Shapes::BoxAligned::Draw |
( |
GeoStream * |
gs |
) |
[virtual] |
|
| Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetCenter |
( |
|
) |
[inline, virtual] |
|
| Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetCorner |
( |
int |
corner |
) |
|
|
| Math::Vector3 Frontend::Utils::Shapes::BoxAligned::GetHalfSize |
( |
|
) |
[inline] |
|
| static IntersectionProxy* Frontend::Utils::Shapes::Shape::GetIntersectionProxy |
( |
|
) |
[static, inherited] |
|
| unsigned int Frontend::Object::GetRefCount |
( |
|
) |
[inline, inherited] |
|
|
|
Returns the number of references on the object.
- Returns:
- The number of references on the object.
|
| ShapeType Frontend::Utils::Shapes::BoxAligned::GetType |
( |
|
) |
[inline, virtual] |
|
| String Frontend::Utils::Shapes::Shape::GetTypeName |
( |
|
) |
[inherited] |
|
| void Frontend::Object::Release |
( |
|
) |
[inherited] |
|
|
|
Releases a reference on the object.
If you are an owner of an object, use this function to release it when you are done with it. The object will not be deleted until all owners have called Release() on it. |
| static void Frontend::Utils::Shapes::Shape::SetIntersectionProxy |
( |
IntersectionProxy * |
proxy |
) |
[static, inherited] |
|
| static void Frontend::Utils::Shapes::Shape::TestIntersection |
( |
IntersectionResult & |
result |
) |
[static, inherited] |
|
| void Frontend::Utils::Shapes::BoxAligned::Transform |
( |
Math::Matrix4 |
m |
) |
[virtual] |
|
Member Data Documentation
The documentation for this class was generated from the following file: