40#ifndef LM_BUILDER_HEMISPHERE_H_ 
   41#define LM_BUILDER_HEMISPHERE_H_ 
uint32_t site_t
Definition Lattice.h:74
double si_dist_t
Definition Types.h:63
Hemisphere(point center, si_dist_t radius, vector orientation, site_t type)
Create a Hemisphere.
Definition Hemisphere.cpp:49
vector orientation
Definition Hemisphere.h:87
point center
Definition Hemisphere.h:85
virtual bool intersects(Shape *query)
Check if two shapes intersect.
Definition Hemisphere.cpp:58
virtual bool contains(point query)
Determine if the shape contains the specified point.
Definition Hemisphere.cpp:72
virtual vector getOrientation()
Get the orientation vector of the Hemisphere.
Definition Hemisphere.h:80
virtual double getVolume()
Get the volume contained by the Hemisphere.
Definition Hemisphere.cpp:111
virtual si_dist_t getRadius()
Get the radius of the Hemisphere.
Definition Hemisphere.h:78
virtual point getCenter()
Get the center of the Hemisphere.
Definition Hemisphere.h:76
si_dist_t radius
Definition Hemisphere.h:86
virtual ~Hemisphere()
Destroy the Hemisphere.
Definition Hemisphere.cpp:54
site_t type
Definition Shape.h:378
Shape(ShapeType shapeType, bounding_box boundingBox, site_t type, vector at=vector(0.0, 0.0, 1.0), vector up=vector(0.0, 1.0, 0.0))
Create a Shape.
Definition Shape.cpp:129
Definition Capsule.cpp:47
Definition Capsule.cpp:46
Type to store a position in space.
Definition Shape.h:67
A vector which points in a direction.
Definition Shape.h:153