| Class | Description |
|---|---|
| B2 |
(Immutable) vector in R2 represented
by
byte x y
coordinates. |
| B22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
byte
coordinates. |
| D2 |
(Immutable) vector in R2 represented
by
double x y
coordinates. |
| D22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
double
coordinates. |
| F2 |
(Immutable) vector in R2 represented
by
float x y
coordinates. |
| F22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
float
coordinates. |
| I2 |
(Immutable) vector in R2 represented
by
int x y
coordinates. |
| I22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
int
coordinates. |
| L2 |
(Immutable) vector in R2 represented
by
long x y
coordinates. |
| L22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
int
coordinates. |
| S2 |
(Immutable) vector in R2 represented
by
short x y
coordinates. |
| S22 |
(Immutable) linear transformation on R2
represented as a 2x2 matrix with
short
coordinates. |
Copyright © 2017. All rights reserved.