[][src]Function nalgebra_glm::pow

pub fn pow<N: RealField, D: Dimension>(
    base: &TVec<N, D>,
    exponent: &TVec<N, D>
) -> TVec<N, D> where
    DefaultAllocator: Alloc<N, D>, 

Component-wise power.