Function nalgebra_glm::pow

source ·
pub fn pow<T: RealNumber, const D: usize>(
    base: &TVec<T, D>,
    exponent: &TVec<T, D>
) -> TVec<T, D>
Expand description

Component-wise power.