[][src]Function aljabar::new_point

pub fn new_point<T, const N: usize>(elements: [T; N]) -> Point<T, { N }>

Constructs a new point from an array. Necessary to help the compiler. Prefer calling the macro point!, which calls new_point internally.