public class SgroupBracket extends Object
| Constructor and Description |
|---|
SgroupBracket(double x1,
double y1,
double x2,
double y2)
Create an Sgroup bracket.
|
SgroupBracket(SgroupBracket org)
Copy constructor.
|
| Modifier and Type | Method and Description |
|---|---|
javax.vecmath.Point2d |
getFirstPoint()
First point of the bracket (x1,y1).
|
javax.vecmath.Point2d |
getSecondPoint()
Second point of the bracket (x2,y2).
|
String |
toString() |
public SgroupBracket(double x1,
double y1,
double x2,
double y2)
x1 - first x coordy1 - first y coordx2 - second x coordy2 - second y coordpublic SgroupBracket(SgroupBracket org)
org - original sgroup bracketCopyright © 2021. All rights reserved.