pub struct CartesianLineInterpolate;Expand description
Cartesian Pythagorean arc-length interpolation.
Mirrors boost::geometry::strategy::line_interpolate::cartesian
from boost/geometry/strategies/line_interpolate/cartesian.hpp.
Trait Implementations§
Source§impl Clone for CartesianLineInterpolate
impl Clone for CartesianLineInterpolate
Source§fn clone(&self) -> CartesianLineInterpolate
fn clone(&self) -> CartesianLineInterpolate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CartesianLineInterpolate
Source§impl Debug for CartesianLineInterpolate
impl Debug for CartesianLineInterpolate
Source§impl Default for CartesianLineInterpolate
impl Default for CartesianLineInterpolate
Source§fn default() -> CartesianLineInterpolate
fn default() -> CartesianLineInterpolate
Returns the “default value” for a type. Read more
Source§impl<L, P> LineInterpolateStrategy<L> for CartesianLineInterpolatewhere
L: Linestring<Point = P>,
P: Point<Scalar = f64> + PointMut + Default + Copy,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Pythagoras: DistanceStrategy<P, P, Out = f64>,
impl<L, P> LineInterpolateStrategy<L> for CartesianLineInterpolatewhere
L: Linestring<Point = P>,
P: Point<Scalar = f64> + PointMut + Default + Copy,
<P::Cs as CoordinateSystem>::Family: SameAs<CartesianFamily>,
Pythagoras: DistanceStrategy<P, P, Out = f64>,
Auto Trait Implementations§
impl Freeze for CartesianLineInterpolate
impl RefUnwindSafe for CartesianLineInterpolate
impl Send for CartesianLineInterpolate
impl Sync for CartesianLineInterpolate
impl Unpin for CartesianLineInterpolate
impl UnsafeUnpin for CartesianLineInterpolate
impl UnwindSafe for CartesianLineInterpolate
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more