Function vecmath::vec3_dot_pos2 [−][src]
pub fn vec3_dot_pos2<T>(a: Vector3<T>, b: Vector2<T>) -> T where
T: Copy + Add<T, Output = T> + Mul<T, Output = T>,
Computes transformed position component.
This is used when transforming points through matrices.