public static class GM2D03.Vector
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
(package private) GM2D03.ColMatrix |
vector |
Constructor and Description |
---|
GM2D03.Vector(GM2D03.ColMatrix vector) |
Modifier and Type | Method and Description |
---|---|
void |
draw(java.awt.Graphics2D g2D,
GM2D03.Point tail) |
boolean |
equals(java.lang.Object obj) |
GM2D03.ColMatrix |
getColMatrix() |
double |
getData(int index) |
void |
setData(int index,
double data) |
java.lang.String |
toString() |
GM2D03.ColMatrix vector
public GM2D03.Vector(GM2D03.ColMatrix vector)
public java.lang.String toString()
toString
in class java.lang.Object
public double getData(int index)
public void setData(int index, double data)
public void draw(java.awt.Graphics2D g2D, GM2D03.Point tail)
public GM2D03.ColMatrix getColMatrix()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object