Skip to main content

RobotQ

Type Alias RobotQ 

Source
pub type RobotQ = Array1<f32>;

Aliased Type§

pub struct RobotQ { /* private fields */ }

Trait Implementations§

Source§

impl<const N: usize> Add<SRobotQ<N>> for &RobotQ

Source§

type Output = SRobotQ<N>

The resulting type after applying the + operator.
Source§

fn add(self, rhs: SRobotQ<N>) -> SRobotQ<N>

Performs the + operation. Read more
Source§

impl<const N: usize> From<&SRobotQ<N>> for RobotQ

Source§

fn from(sq: &SRobotQ<N>) -> RobotQ

Converts to this type from the input type.
Source§

impl<const N: usize> From<SRobotQ<N>> for RobotQ

Source§

fn from(q: SRobotQ<N>) -> RobotQ

Converts to this type from the input type.
Source§

impl<const N: usize> Sub<SRobotQ<N>> for &RobotQ

Source§

type Output = SRobotQ<N>

The resulting type after applying the - operator.
Source§

fn sub(self, rhs: SRobotQ<N>) -> SRobotQ<N>

Performs the - operation. Read more