|
Virtual Testbed
Ship dynamics simulator for extreme conditions
|
Public Member Functions | |
| Line_segment (const_reference a, const_reference b) | |
| bool | border_contains (const_reference v) const |
| bool | border_contains (const_reference v, scalar_type eps) const |
| bool | interior_contains (const_reference v, T eps) const |
| bool | degenerate (scalar_type eps) const |
| void | flip () |
| scalar_type | length () const |
| value_type | centre () const |
| bool | contains (const_reference c, T eps) const |
| Plane< T, 2 > | plane () const |
| void | invert () |
| void | gnuplot (std::ostream &) const |
| template<> | |
| vtb::geometry::Plane< VTB_REAL_TYPE, 2 > | plane () const |
Static Public Attributes | |
| static constexpr const int | dimensions = N |
Definition at line 16 of file line_segment.hh.
1.8.15