Point3D

scalafx.geometry.Point3D
See thePoint3D companion object
class Point3D(val delegate: Point3D) extends SFXDelegate[Point3D]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[Point3D]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(x: Double, y: Double, z: Double)

Concrete methods

def distance(x1: Double, y1: Double, z1: Double): Double

Computes the distance between this point and point (x1, y1, z1).

Computes the distance between this point and point (x1, y1, z1).

Attributes

Computes the distance between this point and point p.

Computes the distance between this point and point p.

Attributes

def x: Double

The x coordinate.

The x coordinate.

Attributes

def y: Double

The y coordinate.

The y coordinate.

Attributes

def z: Double

The z coordinate.

The z coordinate.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: Point3D

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes