Transform

final case class Transform(elements: Array[Double])

Representation of an affine transformation as an augmented matrix.

Companion:
object
Source:
Transform.scala
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def apply(point: Point): Point
def apply(vec: Vec): Vec
override def equals(that: Any): Boolean
Definition Classes
Equals -> Any
Source:
Transform.scala
override def toString(): String
Definition Classes
Any
Source:
Transform.scala

Inherited methods

Inherited from:
Product