batch_transform_points

Function batch_transform_points 

Source
pub fn batch_transform_points(points: &[Point], transform: &Mat4) -> Vec<Point>
Expand description

Batch transform multiple points.

When SIMD is enabled, this uses vectorized operations for better performance.