Function vecmath::vec4_dot_pos3 [] [src]

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

Computes transformed position component.

This is used when transforming points through matrices.