| Package | org.wiiflash |
| Class | public final class IR |
ir property of a Wiimote object.
See also
| Property | Defined by | ||
|---|---|---|---|
| p1 : Boolean [read-only]
Flag that indicates if point 1 has been found.
| IR | ||
| p2 : Boolean [read-only]
Flag that indicates if point 2 has been found.
| IR | ||
| point1 : Point [read-only]
Point 1 as a Point object.
| IR | ||
| point2 : Point [read-only]
Point 2 as a Point object.
| IR | ||
| x1 : Number [read-only]
The x value of point 1.
| IR | ||
| x2 : Number [read-only]
The x value of point 2.
| IR | ||
| y1 : Number [read-only]
The y value of point 1.
| IR | ||
| y2 : Number [read-only]
The y value of point 2.
| IR | ||
| Method | Defined by | ||
|---|---|---|---|
|
toString():String
Returns the string representation of the specified object.
| IR | ||
| p1 | property |
p1:Boolean [read-only]Flag that indicates if point 1 has been found.
Implementation public function get p1():Boolean
| p2 | property |
p2:Boolean [read-only]Flag that indicates if point 2 has been found.
Implementation public function get p2():Boolean
| point1 | property |
point1:Point [read-only]Point 1 as a Point object.
Implementation public function get point1():Point
| point2 | property |
point2:Point [read-only]Point 2 as a Point object.
Implementation public function get point2():Point
| x1 | property |
x1:Number [read-only]The x value of point 1.
Implementation public function get x1():Number
| x2 | property |
x2:Number [read-only]The x value of point 2.
Implementation public function get x2():Number
| y1 | property |
y1:Number [read-only]The y value of point 1.
Implementation public function get y1():Number
| y2 | property |
y2:Number [read-only]The y value of point 2.
Implementation public function get y2():Number
| toString | () | method |
public function toString():StringReturns the string representation of the specified object.
ReturnsString — A string representation of the object.
|