Skip to main content

RobotPath

Type Alias RobotPath 

Source
pub type RobotPath<T = f32> = Array2<T>;

Aliased Type§

pub struct RobotPath<T = f32> { /* private fields */ }

Trait Implementations§

Source§

impl<const N: usize, T: Float> From<&SRobotPath<N, T>> for RobotPath<T>

Source§

fn from(sp: &SRobotPath<N, T>) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<SRobotPath<N>> for RobotPath<f64>

Source§

fn from(sp: SRobotPath<N, f32>) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize, T: Float> From<SRobotPath<N, T>> for RobotPath<T>

Source§

fn from(sp: SRobotPath<N, T>) -> Self

Converts to this type from the input type.
Source§

impl<const N: usize> From<SRobotPath<N, f64>> for RobotPath<f32>

Source§

fn from(sp: SRobotPath<N, f64>) -> Self

Converts to this type from the input type.