[][src]Type Definition truck_geometry::base::Matrix2

type Matrix2 = Matrix2<f64>;

redefinition, scalar = f64

Trait Implementations

impl Mul<&'_ BSplineCurve<Vector2<f64>>> for Matrix2[src]

type Output = BSplineCurve<Vector2>

The resulting type after applying the * operator.

impl Mul<&'_ BSplineSurface<Vector2<f64>>> for Matrix2[src]

type Output = BSplineSurface<Vector2>

The resulting type after applying the * operator.

impl Mul<BSplineCurve<Vector2<f64>>> for Matrix2[src]

type Output = BSplineCurve<Vector2>

The resulting type after applying the * operator.

impl Mul<BSplineSurface<Vector2<f64>>> for Matrix2[src]

type Output = BSplineSurface<Vector2>

The resulting type after applying the * operator.