Function vecmath::vec3_dot_pos2 [] [src]

pub fn vec3_dot_pos2<T: Float + Copy>(a: Vector3<T>, b: Vector2<T>) -> T

Computes transformed position component.

This is used when transforming points through matrices.