object Vector3D extends Serializable

The Vector3D companion object provides factory methods for creating vectors.

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Vector3D
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(x: VectoD): Vector3D

    Create a Vector3D from VectoD object.

    Create a Vector3D from VectoD object.

    x

    the VectoD object

  2. def apply(x: Double, y: Double, z: Double): Vector3D

    Create a Vector3D from the two coordinates.

    Create a Vector3D from the two coordinates.

    x

    the first coordinate

    y

    the second coordinate