|
opynsim
Unofficial C++ Documentation
|
#include <triangle.h>
Public Types | |
| using | element_type = float |
| using | value_type = Vector< element_type, 3 > |
| using | size_type = size_t |
| using | difference_type = ptrdiff_t |
| using | reference = value_type & |
| using | const_reference = const value_type & |
| using | pointer = value_type * |
| using | const_pointer = const value_type * |
| using | iterator = value_type * |
| using | const_iterator = const value_type * |
Public Member Functions | |
| constexpr size_type | size () const |
| constexpr pointer | data () |
| constexpr const_pointer | data () const |
| constexpr iterator | begin () |
| constexpr const_iterator | begin () const |
| constexpr iterator | end () |
| constexpr const_iterator | end () const |
| constexpr reference | operator[] (size_type pos) |
| constexpr const_reference | operator[] (size_type pos) const |
Public Attributes | |
| value_type | p0 {} |
| value_type | p1 {} |
| value_type | p2 {} |
Static Public Attributes | |
| static constexpr size_t | extent = 3 |
Friends | |
| bool | operator== (const Triangle &, const Triangle &)=default |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
|
inlineconstexpr |
| value_type osc::Triangle::p0 {} |
| value_type osc::Triangle::p1 {} |
| value_type osc::Triangle::p2 {} |