dot-face-lite
5.0.0
dot-face-lite
/
com.innovatrics.dot.core.geometry
/
PointDouble
Point
Double
class
PointDouble
Functions
Properties
Functions
create
Point
Link copied to clipboard
open
fun
createPoint
(
vector
:
VectorDouble
)
:
PointDouble
flip
Horizontally
Link copied to clipboard
open
fun
flipHorizontally
(
)
:
PointDouble
of
Link copied to clipboard
open
fun
of
(
x
:
Double
,
y
:
Double
)
:
PointDouble
rebase
To
Link copied to clipboard
open
fun
rebaseTo
(
newReferenceRectangle
:
RectangleDouble
)
:
PointDouble
to
String
Link copied to clipboard
open
fun
toString
(
)
:
String
Properties
x
Link copied to clipboard
val
x
:
Double
y
Link copied to clipboard
val
y
:
Double