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>
impl<const N: usize, T: Float> From<&SRobotPath<N, T>> for RobotPath<T>
Source§fn from(sp: &SRobotPath<N, T>) -> Self
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>
impl<const N: usize> From<SRobotPath<N>> for RobotPath<f64>
Source§fn from(sp: SRobotPath<N, f32>) -> Self
fn from(sp: SRobotPath<N, f32>) -> Self
Converts to this type from the input type.