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

type Matrix4 = Matrix4<f64>;

redefinition, scalar = f64

Trait Implementations

impl Mul<&'_ BSplineCurve<Vector4<f64>>> for Matrix4[src]

type Output = BSplineCurve<Vector4>

The resulting type after applying the * operator.

impl Mul<&'_ BSplineSurface<Vector4<f64>>> for Matrix4[src]

type Output = BSplineSurface<Vector4>

The resulting type after applying the * operator.

impl Mul<BSplineCurve<Vector4<f64>>> for Matrix4[src]

type Output = BSplineCurve<Vector4>

The resulting type after applying the * operator.

impl Mul<BSplineSurface<Vector4<f64>>> for Matrix4[src]

type Output = BSplineSurface<Vector4>

The resulting type after applying the * operator.