Beispiel #1
0
 public Vector3f point() {
   return (m_from.add(m_direction.mul(m_t)));
 }