Function vecmath::vec4_dot_pos3
[−]
[src]
pub fn vec4_dot_pos3<T>(a: Vector4<T>, b: Vector3<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.