Class DrawableLine

java.lang.Object
cz.fidentis.analyst.drawables.Drawable
cz.fidentis.analyst.drawables.DrawableLine

public class DrawableLine extends Drawable
A line to be shown in the scene, e.g., to show a ray.
  • Constructor Details

    • DrawableLine

      public DrawableLine(javax.vecmath.Point3d start, javax.vecmath.Point3d end)
      Constructor.
      Parameters:
      start - Start point
      end - End point
  • Method Details

    • renderObject

      protected void renderObject(com.jogamp.opengl.GL2 gl)
      Specified by:
      renderObject in class Drawable