Class LineString2d
Defined in File LineString.h
Inheritance Relationships
Base Type
public lanelet::LineStringImpl< ConstLineString2d >
(Template Class LineStringImpl)
Class Documentation
-
class LineString2d : public lanelet::LineStringImpl<ConstLineString2d>
A normal 2d linestring with mutable data.
Public Functions
-
LineString2d() = default
-
inline LineString2d invert() const noexcept
create a new, inverted linestring from this one
-
LineStringImpl() = default
-
template<typename OtherT>
inline explicit LineStringImpl(const LineStringImpl<OtherT> &other) Construct from other (mutable!) LineStrings.
Construct from linestring data.
-
LineStringImpl(LineStringImpl &&rhs) noexcept = default
-
LineStringImpl(const LineStringImpl &rhs) = default
-
LineString2d() = default