Instance Constructors
-
new
Point2
()
-
new
Point2
(other: Point2)
-
new
Point2
(x: Double, y: Double)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
copy
(arg0: Point2): Unit
-
def
distance
(arg0: Point2): Double
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
interpolate
(arg0: Point2, arg1: Double): Point2
-
def
isInstanceOf
[T0]
: Boolean
-
def
isZero
(): Boolean
-
def
make
(arg0: Double, arg1: Double): Unit
-
def
move
(arg0: Point2): Unit
-
def
move
(arg0: Double, arg1: Double): Unit
-
def
moveTo
(arg0: Double, arg1: Double): Unit
-
def
moveX
(arg0: Double): Unit
-
def
moveY
(arg0: Double): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
scale
(arg0: Point2): Unit
-
def
scale
(arg0: Double, arg1: Double): Unit
-
def
set
(arg0: Double, arg1: Double): Unit
-
def
setX
(arg0: Double): Unit
-
def
setY
(arg0: Double): Unit
-
def
swap
(arg0: Point2): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
Inherited from Point2
Inherited from Serializable
Inherited from AnyRef
Inherited from Any