com.turtle3d.visualizator
Class Line3D

java.lang.Object
  extended by com.turtle3d.visualizator.Line3D

public class Line3D
extends java.lang.Object


Constructor Summary
Line3D(javax.vecmath.Point3f p1, javax.vecmath.Point3f p2, javax.vecmath.Color3f color)
           
Line3D(javax.vecmath.Point3f p1, javax.vecmath.Point3f p2, javax.vecmath.Color3f color, float width)
           
Line3D(javax.vecmath.Vector3f p1, javax.vecmath.Vector3f p2, javax.vecmath.Color3f color)
           
 
Method Summary
static Line3D test()
           
 javax.media.j3d.Shape3D toShape3D()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Line3D

public Line3D(javax.vecmath.Point3f p1,
              javax.vecmath.Point3f p2,
              javax.vecmath.Color3f color)

Line3D

public Line3D(javax.vecmath.Point3f p1,
              javax.vecmath.Point3f p2,
              javax.vecmath.Color3f color,
              float width)

Line3D

public Line3D(javax.vecmath.Vector3f p1,
              javax.vecmath.Vector3f p2,
              javax.vecmath.Color3f color)
Method Detail

test

public static Line3D test()

toShape3D

public javax.media.j3d.Shape3D toShape3D()