Type Definition rasterize::Scalar[][src]

type Scalar = f64;

Scalar type

Trait Implementations

impl Color for Scalar[src]

impl Mul<&'_ Point> for Scalar[src]

type Output = Point

The resulting type after applying the * operator.

impl Mul<Point> for Scalar[src]

type Output = Point

The resulting type after applying the * operator.