Instance Constructors
-
new
Point3
()
-
new
Point3
(other: Point3)
-
new
Point3
(x: Double, y: Double, z: 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: Vector3): Unit
-
def
copy
(arg0: Point3): Unit
-
def
copy
(arg0: Point2): Unit
-
def
distance
(arg0: Double, arg1: Double, arg2: Double): Double
-
def
distance
(arg0: Point3): Double
-
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: Point3, arg1: Double): Point3
-
def
interpolate
(arg0: Point2, arg1: Double): Point2
-
def
isInstanceOf
[T0]
: Boolean
-
def
isZero
(): Boolean
-
def
make
(arg0: Double, arg1: Double): Unit
-
def
move
(arg0: Vector3): Unit
-
def
move
(arg0: Point3): Unit
-
def
move
(arg0: Double, arg1: Double, arg2: Double): Unit
-
def
move
(arg0: Point2): Unit
-
def
move
(arg0: Double, arg1: Double): Unit
-
def
moveTo
(arg0: Double, arg1: Double, arg2: Double): Unit
-
def
moveTo
(arg0: Double, arg1: Double): Unit
-
def
moveX
(arg0: Double): Unit
-
def
moveY
(arg0: Double): Unit
-
def
moveZ
(arg0: Double): Unit
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
scale
(arg0: Double): Unit
-
def
scale
(arg0: Vector3): Unit
-
def
scale
(arg0: Point3): Unit
-
def
scale
(arg0: Double, arg1: Double, arg2: Double): Unit
-
def
scale
(arg0: Point2): Unit
-
def
scale
(arg0: Double, arg1: Double): Unit
-
def
set
(arg0: Double, arg1: Double, arg2: Double): Unit
-
def
set
(arg0: Double, arg1: Double): Unit
-
def
setX
(arg0: Double): Unit
-
def
setY
(arg0: Double): Unit
-
def
setZ
(arg0: Double): Unit
-
def
swap
(arg0: Point3): 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 Point3
Inherited from Point2
Inherited from Serializable
Inherited from AnyRef
Inherited from Any