MT_2D_2x3
A 2D affine transformation matrix of 2 rows and 3 columns.
Attributes
- Graph
-
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalsclass MatrixTypetrait SFXEnumDelegate[MatrixType]trait SFXDelegate[MatrixType]class Objecttrait Matchableclass AnyShow all
- Self type
-
MT_2D_2x3.type
Members list
Type members
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
The mirrored *-type
The mirrored *-type
Attributes
- Inherited from:
- Singleton
Attributes
- Inherited from:
- Singleton
Inherited and Abstract types
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Inherited methods
Returns the number of columns in the matrix of this type.
Returns the number of elements in the matrix of this type.
Verifies if a object is equals to this delegate.
Verifies if a object is equals to this delegate.
Value parameters
- ref
-
Object to be compared.
Attributes
- Returns
-
if the other object is equals to this delegate or not.
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Create a new instance of type T with elements taken from product p.
Create a new instance of type T with elements taken from product p.
Attributes
- Inherited from:
- Singleton
Attributes
- Returns
-
The delegate hashcode
- Definition Classes
-
SFXDelegate -> Any
- Inherited from:
- SFXDelegate
Specifies if this is a 2D transformation matrix
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Returns the number of rows in the matrix of this type.
Return the same string value as enum delegate.
Return the same string value as enum delegate.
This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"
Attributes
- Definition Classes
- Inherited from:
- SFXEnumDelegate
Inherited fields
JavaFX object to be wrapped.