示例#1
0
文件: Ray.java 项目: hakurai/kvs4j
 public Vector3f point() {
   return (m_from.add(m_direction.mul(m_t)));
 }