toxi.sim.dla
Class DLASegment
java.lang.Object
toxi.geom.Line3D
toxi.sim.dla.DLASegment
public class DLASegment
- extends toxi.geom.Line3D
Fields inherited from class toxi.geom.Line3D |
a, b |
Constructor Summary |
DLASegment(toxi.geom.Vec3D a,
toxi.geom.Vec3D b,
toxi.geom.Vec3D c)
|
Methods inherited from class toxi.geom.Line3D |
copy, getDirection, getLength, getMidPoint, getNormal, splitIntoSegments, splitIntoSegments, toRay3D |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DLASegment
public DLASegment(toxi.geom.Vec3D a,
toxi.geom.Vec3D b,
toxi.geom.Vec3D c)
getDirectionAt
public toxi.geom.Vec3D getDirectionAt(float currT)
getNextDirection
public toxi.geom.Vec3D getNextDirection()
toString
public java.lang.String toString()
- Overrides:
toString
in class toxi.geom.Line3D