[][src]Type Definition pga2d::Scalar

type Scalar = f32;

Grade-0 Blade

Trait Implementations

impl From<PseudoScalar> for Scalar[src]

impl Mul<Direction> for Scalar[src]

type Output = Direction

The resulting type after applying the * operator.

impl Mul<Line> for Scalar[src]

type Output = Line

The resulting type after applying the * operator.

impl Mul<Point> for Scalar[src]

type Output = Point

The resulting type after applying the * operator.

impl Mul<PseudoScalar> for Scalar[src]

type Output = PseudoScalar

The resulting type after applying the * operator.

impl Mul<UnitPoint> for Scalar[src]

type Output = UnitPoint

The resulting type after applying the * operator.