case class Vect(x: Double, y: Double, z: Double) extends Product with Serializable
- Source
- Vect.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Vect
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- def add(v: Vect): Vect
- def angleTo(v: Vect): Double
- def correct: Vect
- def cross(v: Vect): Vect
- def dot(v: Vect): Double
- def invert: Vect
- def magnitude: Double
- def normalize: Vect
- def rotateX(delta: Double): Vect
- def rotateY(delta: Double): Vect
- def rotateZ(delta: Double): Vect
- def subtract(v: Vect): Vect
- def transform(trans: Matrix3D): Vect
- val x: Double
- val y: Double
- val z: Double
- def zeroify(d: Double): Double