Documentation of 'org.jzy3d.plot3d.primitives.LineStrip' Java class
LineStrip
org.jzy3d.plot3d.primitives

Class LineStrip

    • Constructor Detail

      • LineStrip

        public LineStrip()
      • LineStrip

        public LineStrip(int n)
      • LineStrip

        public LineStrip(java.util.List<Coord3d> coords)
      • LineStrip

        public LineStrip(Point c1,
                         Point c2)
    • Method Detail

      • draw

        public void draw(com.jogamp.opengl.GL gl,
                         com.jogamp.opengl.glu.GLU glu,
                         Camera cam)
        Description copied from class: AbstractDrawable
        Call OpenGL2 routines for rendering the object.
        Specified by:
        draw in interface IGLRenderer
        Specified by:
        draw in class AbstractDrawable
        Parameters:
        gl - GL2 context
        glu - GLU context
        cam - a reference to a shooting Camera.
      • drawLine

        public void drawLine(com.jogamp.opengl.GL gl)
      • drawLineGLES2

        public void drawLineGLES2()
      • drawLineGL2

        public void drawLineGL2(com.jogamp.opengl.GL gl)
      • drawPoints

        public void drawPoints(com.jogamp.opengl.GL gl)
      • drawPointsGLES2

        public void drawPointsGLES2()
      • drawPointsGL2

        public void drawPointsGL2(com.jogamp.opengl.GL gl)
      • add

        public void add(Point point)
      • addAll

        public void addAll(java.util.List<Point> points)
      • addAll

        public void addAll(LineStrip strip)
      • clear

        public void clear()
      • get

        public Point get(int p)
      • getLastPoint

        public Point getLastPoint()
      • getPoints

        public java.util.List<Point> getPoints()
      • size

        public int size()
      • setWidth

        public void setWidth(float width)
      • isShowPoints

        public boolean isShowPoints()
      • setShowPoints

        public void setShowPoints(boolean showPoints)
      • merge

        public static LineStrip merge(LineStrip strip1,
                                      LineStrip strip2)
        Merge lines by selecting the most relevant connection point: A-B to C-D if distance BC is shorter than distance DA C-D to A-B

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.