changeLog
Readme.fr.txt
awShape | --awLine
[line 267]
[line 246]
[line 253]
[line 260]
awLine awLine( [$p1 $p1 = NULL], [$p2 $p2 = NULL], [int $type = LINE_SOLID], [int $thickness = 1])
void build( int $x1, int $y1, int $x2, int $y2)
void calculateEquation( )
void calculateOrigin( )
void calculateSlope( )
array getEquation( )
void getLocation( array 0)
float getOrigin( )
float getSize( )
float getSlope( )
float getXFrom( float $y)
float getYFrom( float $x)
bool isHorizontal( )
bool isLeftToRight( $polygon &$polygon)
void isOnBoxBottomSide( $point, $xMin, $xMax, $yMax)
void isOnBoxLeftSide( $point, $yMin, $yMax, $xMin)
void isOnBoxRightSide( $point, $yMin, $yMax, $xMax)
void isOnBoxTopSide( $point, $xMin, $xMax, $yMin)
bool isPoint( )
bool isTopToBottom( $polygon &$polygon)
bool isVertical( )
void setLocation( $p1 $p1, $p2 $p2)
void setX( int $x1, int $x2)
void setY( int $y1, int $y2)