[][src]Trait scaled::Space2d

pub trait Space2d: Sized {
    type Scalar: FixedSqrt;
    type Point: Point2d<Self::Scalar, Self> = Point2D<Self::Scalar, Self>;
    type Vector: Vector2d<Self::Scalar, Self> = Vector2D<Self::Scalar, Self>;
}

Associated Types

type Scalar: FixedSqrt

type Point: Point2d<Self::Scalar, Self> = Point2D<Self::Scalar, Self>

type Vector: Vector2d<Self::Scalar, Self> = Vector2D<Self::Scalar, Self>

Loading content...

Implementors

Loading content...