예제 #1
0
파일: Ray.java 프로젝트: hakurai/kvs4j
 public Vector3f point() {
   return (m_from.add(m_direction.mul(m_t)));
 }