Type Definition nalgebra::geometry::PointMul [] [src]

type PointMul<N, R1, C1, SA> = PointBase<N, R1, MulStorage<N, R1, C1, U1, SA>>;

The type of the result of the multiplication of a point by a matrix.