Skip to main content

Scalar

Type Alias Scalar 

Source
pub type Scalar = f32;
Expand description

Grade-0 Blade

Trait Implementations§

Source§

impl From<PseudoScalar> for Scalar

Source§

fn from(ps: PseudoScalar) -> Scalar

Converts to this type from the input type.
Source§

impl Mul<Direction> for Scalar

Source§

type Output = Direction

The resulting type after applying the * operator.
Source§

fn mul(self, d: Direction) -> Direction

Performs the * operation. Read more
Source§

impl Mul<Line> for Scalar

Source§

type Output = Line

The resulting type after applying the * operator.
Source§

fn mul(self, l: Line) -> Line

Performs the * operation. Read more
Source§

impl Mul<Point> for Scalar

Source§

type Output = Point

The resulting type after applying the * operator.
Source§

fn mul(self, p: Point) -> Point

Performs the * operation. Read more
Source§

impl Mul<PseudoScalar> for Scalar

Source§

type Output = PseudoScalar

The resulting type after applying the * operator.
Source§

fn mul(self, ps: PseudoScalar) -> PseudoScalar

Performs the * operation. Read more
Source§

impl Mul<UnitPoint> for Scalar

Source§

type Output = UnitPoint

The resulting type after applying the * operator.
Source§

fn mul(self, up: UnitPoint) -> UnitPoint

Performs the * operation. Read more