![]() |
NDEVR
API Documentation
|
An ellipse like shape (such as an oval or egg) with two points, where all points on the shape are equal distance between the two points (distanceTo(A) + distanceTo(B) = radius). More...
Public Member Functions | |
| template<uint01 t_new_dims, class t_new_type> | |
| constexpr BiRadialObject< t_new_dims, t_new_type > | as () const |
| constexpr t_vertex | center () const |
| constexpr bool | contains (const t_vertex &vector) const |
| constexpr t_type | radius () const |
An ellipse like shape (such as an oval or egg) with two points, where all points on the shape are equal distance between the two points (distanceTo(A) + distanceTo(B) = radius).
Definition at line 188 of file RadialObject.hpp.
|
inlineconstexpr |
Gets as.
Author: Tyler Parke
Date: 2017-11-19
Definition at line 260 of file RadialObject.hpp.
Referenced by as().
|
inlineconstexpr |
Gets the center.
Author: Tyler Parke
Date: 2017-11-19
Definition at line 275 of file RadialObject.hpp.
References cast().
|
inlineconstexpr |
Query if this object contains the given vector.
Author: Tyler Parke
Date: 2017-11-19
Parameters: vector - The const Vector<t_dims,t_type>& to test for containment.
Definition at line 230 of file RadialObject.hpp.
|
inlineconstexpr |
Gets the radius.
Author: Tyler Parke
Date: 2017-11-19
Definition at line 246 of file RadialObject.hpp.