MobiusStateSpace.h
95 virtual void interpolate(const State *from, const State *to, double t, State *state) const override;
virtual State * allocState() const override
Allocate a state that can store a point in the described space.
Definition: MobiusStateSpace.cpp:137
virtual void interpolate(const State *from, const State *to, double t, State *state) const override
Computes the state that lies at time t in [0, 1] on the segment that connects from state to to state....
Definition: MobiusStateSpace.cpp:93
ompl::base::CompoundState StateType
Define the type of state allocated by this state space.
Definition: StateSpace.h:641
virtual double distance(const State *state1, const State *state2) const override
Computes distance between two states. This function satisfies the properties of a metric if isMetricS...
Definition: MobiusStateSpace.cpp:62