Package | Description |
---|---|
mygeom |
Modifier and Type | Method and Description |
---|---|
static double |
Segment2.computeAngle(Segment2 s1,
Segment2 s2)
Returns the angle in radian between the two segments s1 and s2
|
static double |
Segment2.computeScale(Segment2 s1,
Segment2 s2)
Computes the scale between s1 and s2
|
void |
Segment2.copy(Segment2 s) |
Constructor and Description |
---|
Vector2(Segment2 s1)
Creates a vector from a segment
|