class
Matrix extends Object
Instance Constructors
-
new
Matrix(a: Double, b: Double, c: Double, d: Double, tx: Double, ty: Double)
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
val
a: Double
-
def
apply: Boolean
-
def
applyToContext(ctx: CanvasRenderingContext2D): Unit
-
final
def
asInstanceOf[T0]: T0
-
val
b: Double
-
val
c: Double
-
def
clone(): Matrix
-
-
val
d: Double
-
def
decompose(): Matrix
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hasOwnProperty(v: String): Boolean
-
def
hashCode(): Int
-
def
inverseTransform(point: Point): Point
-
def
inverted(): Matrix
-
def
isIdentity(): Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isInvertible(): Boolean
-
def
isPrototypeOf(v: Object): Boolean
-
def
isSingular(): Boolean
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
preConcatenate(mx: Matrix): Matrix
-
def
propertyIsEnumerable(v: String): Boolean
-
def
reset: Unit
-
def
rotate(angle: Double, x: Double, y: Double): Matrix
-
def
rotate(angle: Double, center: Point = origin): Matrix
-
def
rotation: Point
-
def
scale(hor: Double, ver: Double, center: Point): Matrix
-
def
scale(hor: Double, ver: Double): Matrix
-
def
scale(scale: Double, center: Point = origin): Matrix
-
def
scaling: Point
-
def
set(a: Double, b: Double, c: Double, d: Double, tx: Double, ty: Double): Unit
-
def
shear(hor: Double, ver: Double, center: Point): Matrix
-
def
shear(hor: Double, ver: Double): Matrix
-
def
shear(shear: Double, center: Point = origin): Matrix
-
def
skew(hor: Double, ver: Double, center: Point): Matrix
-
def
skew(hor: Double, ver: Double): Matrix
-
def
skew(skew: Double, center: Point = origin): Matrix
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toLocaleString(): String
-
def
toString(): String
-
def
transform(src: Array[Double], dst: Array[Double], count: Int): Array[Double]
-
def
transform(point: Point): Point
-
def
translate(dx: Double, dy: Double): Matrix
-
-
def
translation: Point
-
val
tx: Double
-
val
ty: Double
-
def
valueOf(): Any
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
Deprecated Value Members
-
def
unary_!(): Boolean
Inherited from Object
Inherited from Any
Inherited from AnyRef
Inherited from Any