XYScaleExtensions

ostrat.geom.XYScaleExtensions
class XYScaleExtensions[T](val value: T, ev: ScaleXY[T])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def scaleX(xOperand: Double): T

scale X axis 2d geometric transformation extension method, for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

scale X axis 2d geometric transformation extension method, for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

Attributes

def scaleXY(xOperand: Double, yOperand: Double): T

2d geometric scale transformation extension method, where X and Y axes can be scaled independently for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

2d geometric scale transformation extension method, where X and Y axes can be scaled independently for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

Attributes

def scaleY(yOperand: Double): T

scale Y axis 2d geometric transformation extension method, for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

scale Y axis 2d geometric transformation extension method, for type T, returning a type T. This is an affine transformation but it is not a similar transformation.

Attributes

Concrete fields

val value: T