17 #ifndef SURGSIM_MATH_SEGMENTMESHSHAPE_INL_H 18 #define SURGSIM_MATH_SEGMENTMESHSHAPE_INL_H 25 template <
class VertexData,
class EdgeData>
28 double radius) :
SurgSim::DataStructures::SegmentMeshPlain(mesh)
38 #endif // SURGSIM_MATH_SEGMENTMESHSHAPE_INL_H Wraps glewInit() to separate the glew opengl definitions from the osg opengl definitions only imgui n...
Definition: AddRandomSphereBehavior.cpp:36
void setRadius(double radius)
Definition: SegmentMeshShape.cpp:77
void buildAabbTree()
Build the AabbTree, which is an axis-aligned bounding box r-tree used to accelerate spatial searches...
Definition: SegmentMeshShape.cpp:139
SegmentMeshShape()
Constructor.
Definition: SegmentMeshShape.cpp:32
Class to hold the type of a SegmentMesh.
Definition: SegmentMesh.h:33
void setInitialVertices(const DataStructures::Vertices< DataStructures::EmptyData > &vertices)
Set the initial Vertices.
Definition: VerticesShape.cpp:28