Rhino C++ API
8.13
|
Provides a mechanism for lazily evaluating mesh data. The implementation is private and subject to change. More...
#include <opennurbs_mesh.h>
Public Member Functions | |
ON_MeshIntersectionCache () | |
~ON_MeshIntersectionCache () | |
ON_BoundingBox | GetBoundingBox (const ON_SimpleArray< const ON_Mesh * > &meshes) |
if you request a boundingbox in the cache, then [meshes] must be exactly the same ones used later or earlier in the intersection code More... | |
Public Attributes | |
ON_MeshIntersectionCacheImplementation * | m_impl |
Provides a mechanism for lazily evaluating mesh data. The implementation is private and subject to change.
ON_MeshIntersectionCache::ON_MeshIntersectionCache | ( | ) |
ON_MeshIntersectionCache::~ON_MeshIntersectionCache | ( | ) |
ON_BoundingBox ON_MeshIntersectionCache::GetBoundingBox | ( | const ON_SimpleArray< const ON_Mesh * > & | meshes | ) |
if you request a boundingbox in the cache, then [meshes] must be exactly the same ones used later or earlier in the intersection code
ON_MeshIntersectionCacheImplementation* ON_MeshIntersectionCache::m_impl |