DSC
 All Classes Namespaces Files Functions Variables Typedefs Friends Macros
Public Member Functions | List of all members
is_mesh::Square Class Reference
Inheritance diagram for is_mesh::Square:
is_mesh::Cube is_mesh::Point is_mesh::Geometry

Public Member Functions

 Square (vec3 center, double width, double height, vec3 width_dir, vec3 height_dir)
 
 Square (vec3 center, vec3 width, vec3 height)
 
- Public Member Functions inherited from is_mesh::Cube
 Cube (vec3 c, vec3 s, vec3 x=vec3(1., 0., 0.), vec3 y=vec3(0., 1., 0.))
 
vec3 get_size () const
 
std::array< vec3, 3 > get_directions () const
 
virtual bool is_inside (vec3 p) const override
 
virtual void clamp_vector (const vec3 &p, vec3 &v) const override
 
virtual vec3 project (const vec3 &p) const
 
- Public Member Functions inherited from is_mesh::Point
 Point (vec3 c)
 
vec3 get_point () const
 
- Public Member Functions inherited from is_mesh::Geometry
void invert ()
 
virtual bool is_all_inside (std::vector< vec3 > pos) const
 

Additional Inherited Members

- Protected Attributes inherited from is_mesh::Cube
vec3 size
 
std::array< vec3, 3 > directions
 
- Protected Attributes inherited from is_mesh::Point
vec3 point
 
- Protected Attributes inherited from is_mesh::Geometry
bool inverse = false
 

The documentation for this class was generated from the following file: