Function nalgebra_glm::pow[][src]

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

Component-wise power.