コード例 #1
0
ファイル: Ray.java プロジェクト: hakurai/kvs4j
 public Vector3f point() {
   return (m_from.add(m_direction.mul(m_t)));
 }