Class Ridge

Class Documentation

class Ridge

Public Functions

Ridge(Vector3 start, Vector3 end)
Ridge(const Ridge &other) = default
Ridge(Ridge &&other) = default
Ridge &operator=(const Ridge &other) = default
Ridge &operator=(Ridge &&other) = default
void set_points(std::vector<Vector3> points)
const std::vector<Vector3> get_points() const
inline Vector3 start() const
inline Vector3 end() const