Transforms this ray by the given 4x4 matrix.
Ray applyMatrix4(Matrix4 m ) { origin.applyMatrix4( m ); direction.transformDirection( m ); return this; }