mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral.Quadrilateral |
( |
| ) |
|
|
inline |
mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral.Quadrilateral |
( |
float |
TLx, |
|
|
float |
TLy, |
|
|
float |
TRx, |
|
|
float |
TRy, |
|
|
float |
BLx, |
|
|
float |
BLy, |
|
|
float |
BRx, |
|
|
float |
BRy |
|
) |
| |
|
inline |
Definition at line 36 of file ProjectiveTransformPicker.java.
{
this.TLy = TLy;
this.TRx = TRx;
this.TRy = TRy;
this.BLx = BLx;
this.BLy = BLy;
this.BRx = BRx;
this.BRy = BRy;
}
float mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral.TLx |
The documentation for this class was generated from the following file: