public class GM01
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GM01.ColMatrix2D |
static class |
GM01.ColMatrix3D |
static class |
GM01.Line2D |
static class |
GM01.Line3D |
static class |
GM01.Point2D |
static class |
GM01.Point3D |
static class |
GM01.Vector2D |
static class |
GM01.Vector3D |
Constructor and Description |
---|
GM01() |
Modifier and Type | Method and Description |
---|---|
static GM01.ColMatrix2D |
convert3Dto2D(GM01.ColMatrix3D data) |
static void |
drawLine(java.awt.Graphics2D g2D,
double x1,
double y1,
double x2,
double y2) |
static void |
drawOval(java.awt.Graphics2D g2D,
double x,
double y,
double width,
double height) |
static void |
fillOval(java.awt.Graphics2D g2D,
double x,
double y,
double width,
double height) |
static void |
fillRect(java.awt.Graphics2D g2D,
double x,
double y,
double width,
double height) |
static void |
translate(java.awt.Graphics2D g2D,
double xOffset,
double yOffset) |
public static GM01.ColMatrix2D convert3Dto2D(GM01.ColMatrix3D data)
public static void translate(java.awt.Graphics2D g2D, double xOffset, double yOffset)
public static void drawLine(java.awt.Graphics2D g2D, double x1, double y1, double x2, double y2)
public static void fillOval(java.awt.Graphics2D g2D, double x, double y, double width, double height)
public static void drawOval(java.awt.Graphics2D g2D, double x, double y, double width, double height)
public static void fillRect(java.awt.Graphics2D g2D, double x, double y, double width, double height)