net.java.joglutils.msg.math
Class IntersectionPoint
java.lang.Object
net.java.joglutils.msg.math.IntersectionPoint
public class IntersectionPoint
- extends Object
Wraps a 3D point and parametric time value.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntersectionPoint
public IntersectionPoint()
getIntersectionPoint
public Vec3f getIntersectionPoint()
setIntersectionPoint
public void setIntersectionPoint(Vec3f newPt)
getT
public float getT()
setT
public void setT(float t)