|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.java.dev.joode.graphics2D.BoundLine
public class BoundLine
A bound line draws a straight line between two coordinates
| Constructor Summary | |
|---|---|
BoundLine(Vector3 a,
Matrix3 rot,
Vector3 b)
A bound line The three arguments passed in define a relative form of determining the line end points the x,y ordinates of a define the start coord b is measured relative to a after a rotation by rot thus the 2nd coordinates in absolute is = rot*b + a |
|
BoundLine(Vector3 a,
Vector3 b)
creates a line where a and b are considered both to be in absolute coordinates |
|
| Method Summary | |
|---|---|
void |
draw(java.awt.Graphics2D g)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BoundLine(Vector3 a,
Matrix3 rot,
Vector3 b)
a - b - c -
public BoundLine(Vector3 a,
Vector3 b)
a - b - | Method Detail |
|---|
public void draw(java.awt.Graphics2D g)
draw in interface Drawable2D
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||