|
|
constexpr | circle (circle const &other) noexcept=default |
| |
|
constexpr | circle (circle &&other) noexcept=default |
| |
|
constexpr circle & | operator= (circle const &other) noexcept=default |
| |
|
constexpr circle & | operator= (circle &&other) noexcept=default |
| |
|
constexpr | circle (f32x4 v) noexcept |
| |
|
constexpr | operator f32x4 () const noexcept |
| |
|
constexpr | circle (point3 point, float radius) noexcept |
| |
|
constexpr | circle (aarectangle square) noexcept |
| |
|
constexpr bool | empty () const noexcept |
| |
|
| operator bool () const noexcept |
| |
|
constexpr float | radius () const noexcept |
| |
|
constexpr point3 | center () const noexcept |
| |
|
|
constexpr friend circle | operator+ (circle const &lhs, float rhs) noexcept |
| |
|
constexpr friend circle | operator- (circle const &lhs, float rhs) noexcept |
| |
|
constexpr friend circle | operator* (circle const &lhs, float rhs) noexcept |
| |
|
constexpr friend point3 | midpoint (circle const &rhs) noexcept |
| |
|
constexpr friend aarectangle | bounding_rectangle (circle const &rhs) noexcept |
| |
The documentation for this class was generated from the following file: