AlignMatrix

ostrat.geom.AlignMatrix
case class AlignMatrix(xFactor: Double, yFactor: Double, xDelta: Double, yDelta: Double)

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def scale(operand: Double): AlignMatrix
def slate(operand: Pt2): AlignMatrix
def slate(xOperand: Double, yOperand: Double): AlignMatrix
def vDelta: Pt2
def xyScale(xOperand: Double, yOperand: Double): AlignMatrix

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product