Sirikata
Namespaces | Functions
libmesh/src/Bounds.cpp File Reference
#include <sirikata/mesh/Platform.hpp>
#include <sirikata/mesh/Bounds.hpp>
Include dependency graph for Bounds.cpp:

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.