App
Public Member Functions | Public Attributes | List of all members
mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral Class Reference

Public Member Functions

 Quadrilateral ()
 
 Quadrilateral (float TLx, float TLy, float TRx, float TRy, float BLx, float BLy, float BRx, float BRy)
 

Public Attributes

float TLx
 

Detailed Description

Definition at line 31 of file ProjectiveTransformPicker.java.

Constructor & Destructor Documentation

mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral.Quadrilateral ( )
inline

Definition at line 34 of file ProjectiveTransformPicker.java.

{}
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.TLx = TLx;
this.TLy = TLy;
this.TRx = TRx;
this.TRy = TRy;
this.BLx = BLx;
this.BLy = BLy;
this.BRx = BRx;
this.BRy = BRy;
}

Member Data Documentation

float mhr.appandroid.views.ProjectiveTransformPicker.Quadrilateral.TLx

Definition at line 32 of file ProjectiveTransformPicker.java.


The documentation for this class was generated from the following file: