Class JxnLine3DPainter

    • Constructor Detail

      • JxnLine3DPainter

        public JxnLine3DPainter​(double x1,
                                double y1,
                                double z1,
                                double x2,
                                double y2,
                                double z2)
        Creates a line object (line from (x1,y1,z1) to (x2,y2,z2)) for display in a JxnPerspectivePlotFrame.
        Note: If used which a PlotFrame other than JxnPerspectivePlotFrame z1 and z2 are silently ignored.
      • JxnLine3DPainter

        public JxnLine3DPainter​(double x1,
                                double y1,
                                double z1,
                                double x2,
                                double y2,
                                double z2,
                                Color lineColor)