Package | Description |
---|---|
com.yworks.yfiles.geometry |
Contains definitions, default implementations, structs and support classes that deal with the representation of geometric data.
|
Modifier and Type | Method and Description |
---|---|
MutablePoint |
MutablePoint.clone()
Returns a clone of this instance.
|
static MutablePoint |
PointD.convertToMutablePoint(PointD point)
Performs an implicit conversion from
PointD to MutablePoint . |
Modifier and Type | Method and Description |
---|---|
static PointD |
PointD.convertFrom(MutablePoint p)
Performs an explicit conversion from
MutablePoint to PointD . |