Instance Constructors
-
new
Vector2
()
-
new
Vector2
(from: Point2, to: Point2)
-
new
Vector2
(other: Vector2)
-
new
Vector2
(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
add
(arg0: Vector2): Unit
-
def
apply
(component: Int): Double
-
def
asInstanceOf
[T0]
: T0
-
def
at
(arg0: Int): Double
-
def
clone
(): AnyRef
-
def
copy
(arg0: Point2): Unit
-
def
copy
(arg0: Vector2): Unit
-
def
dotProduct
(arg0: Vector2): Double
-
def
dotProduct
(arg0: Double, arg1: Double): Double
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Vector2): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
fill
(arg0: Double): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
isZero
(): Boolean
-
def
length
(): Double
-
def
mult
(arg0: Vector2): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
normalize
(): Double
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
scalarAdd
(arg0: Double): Unit
-
def
scalarDiv
(arg0: Double): Unit
-
def
scalarMult
(arg0: Double): Unit
-
def
scalarSub
(arg0: Double): Unit
-
def
set
(arg0: Double, arg1: Double): Unit
-
def
set
(arg0: Int, arg1: Double): Unit
-
def
sub
(arg0: Vector2): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
def
update
(component: Int, value: Double): Unit
-
def
validComponent
(arg0: Int): Boolean
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
x
: Double
-
def
y
: Double
Inherited from Vector2
Inherited from Serializable
Inherited from AnyRef
Inherited from Any