pub type Scalar = f32;Expand description
Grade-0 Blade
Trait Implementations§
Source§impl From<PseudoScalar> for Scalar
impl From<PseudoScalar> for Scalar
Source§fn from(ps: PseudoScalar) -> Scalar
fn from(ps: PseudoScalar) -> Scalar
Converts to this type from the input type.
Source§impl Mul<PseudoScalar> for Scalar
impl Mul<PseudoScalar> for Scalar
Source§type Output = PseudoScalar
type Output = PseudoScalar
The resulting type after applying the
* operator.Source§fn mul(self, ps: PseudoScalar) -> PseudoScalar
fn mul(self, ps: PseudoScalar) -> PseudoScalar
Performs the
* operation. Read more