Packages

p

myscala.math

vector

package vector

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. vector
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait PhysicalVector extends AnyRef
  2. trait PhysicalVectorOps[A] extends AnyRef
  3. class Vector2D extends PhysicalVector with PhysicalVectorOps[Vector2D]
  4. class Vector3D extends PhysicalVector with PhysicalVectorOps[Vector3D]
  5. final class ZeroVector2D extends Vector2D
  6. final class ZeroVector3D extends Vector3D

Value Members

  1. def norm(a: Vector3D, b: Vector3D): Double
  2. def norm(a: Vector2D, b: Vector2D): Double
  3. object Vector2D
  4. object Vector3D

Inherited from AnyRef

Inherited from Any

Ungrouped