|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttreebolic.core.Arc
public class Arc
Arc of radius r with center at x,y beginning 'start' and spanning 'angle' angles in radians
Field Summary | |
---|---|
double |
angle
angle |
private static double |
E
epsilon |
Complex |
from
from-end |
double |
r
radius |
private static double |
R
max radius |
double |
start
start |
Complex |
to
to-end |
double |
x
center x |
double |
y
center y |
Constructor Summary | |
---|---|
Arc(Complex z1,
Complex z2)
Construct segment of hyperbolic circle, which connects z1 and z2 |
Method Summary | |
---|---|
private boolean |
intersectOrigin()
Compute if this arc meets origin |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final double E
private static final double R
public double x
public double y
public double r
public double start
public double angle
public Complex from
public Complex to
Constructor Detail |
---|
public Arc(Complex z1, Complex z2)
z1
- start endpointz2
- end enpointMethod Detail |
---|
private boolean intersectOrigin()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |