Packages

package math

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. final class DD extends Serializable with Comparable[DD] with Cloneable

    Creates a new DoubleDouble with value 0.0.

  2. class Plane3D extends AnyRef
  3. class Vector2D extends AnyRef
  4. class Vector3D extends AnyRef

Value Members

  1. object DD extends Serializable
  2. object MathUtil

    Various utility functions for mathematical and numerical operations.

  3. object Matrix

    Implements some 2D matrix operations (in particular, solving systems of linear equations).

  4. object Plane3D

    Models a plane in 3-dimensional Cartesian space.

  5. object Vector2D

    A 2-dimensional mathematical vector represented by double-precision X and Y components.

  6. object Vector3D

    Represents a vector in 3-dimensional Cartesian space.

Ungrouped