macro_rules! point {
    ($($t:tt)*) => { ... };
}
Expand description

Creates a new point vector.