public class USegment extends Object
| Constructor and Description |
|---|
USegment(double[] coord,
USegmentType pathType) |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getCoord() |
USegmentType |
getSegmentType() |
USegment |
rotate(double theta) |
String |
toString() |
USegment |
translate(double dx,
double dy) |
public USegment(double[] coord,
USegmentType pathType)
Copyright © 2017. All rights reserved.