pub type Scalar<S> = <<S as EuclideanSpace>::CoordinateSpace as VectorSpace>::Scalar;
Expand description
The scalar of a EuclideanSpace
.
pub type Scalar<S> = <<S as EuclideanSpace>::CoordinateSpace as VectorSpace>::Scalar;
The scalar of a EuclideanSpace
.