Sirikata
Namespaces | Functions
libmesh/include/sirikata/mesh/Bounds.hpp File Reference
#include <sirikata/mesh/Meshdata.hpp>
#include <sirikata/mesh/Billboard.hpp>
Include dependency graph for Bounds.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Sirikata
 

Note: All the classes provided in this file are thin wrappers around the corresponding classes in ASIO.


namespace  Sirikata::Mesh

Functions

SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (VisualPtr visual, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the visual.
SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (VisualPtr visual, const Matrix4x4f &xform, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the visual when trasnformed by xform.
SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (MeshdataPtr mesh, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the mesh.
SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (MeshdataPtr mesh, const Matrix4x4f &xform, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the mesh when trasnformed by xform.
SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (BillboardPtr billboard, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the billboard.
SIRIKATA_MESH_FUNCTION_EXPORT void Sirikata::Mesh::ComputeBounds (BillboardPtr billboard, const Matrix4x4f &xform, BoundingBox3f3f *bbox=NULL, double *rad=NULL)
 Compute the bounds of the mesh when trasnformed by xform.