Source position: PXL.Types.pas line 581
type TPoint2i = record |
||
public |
||
X: VectorInt; |
|
|
Y: VectorInt; |
|
|
class operator add(TPoint2i,TPoint2i):TPoint2i(); |
|
|
class operator subtract(TPoint2i,TPoint2i):TPoint2i(); |
|
|
class operator multiply(TPoint2i,TPoint2i):TPoint2i(); |
|
|
class operator divide(TPoint2i,TPoint2i):TPoint2i(); |
|
|
class operator negative(TPoint2i):TPoint2i(); |
|
|
class operator multiply(TPoint2i,VectorInt):TPoint2i(); |
|
|
class operator multiply(VectorInt,TPoint2i):TPoint2i(); |
|
|
class operator divide(TPoint2i,VectorInt):TPoint2i(); |
|
|
class operator divide(TPoint2i,VectorFloat):TPoint2i(); |
|
|
class operator equal(TPoint2i,TPoint2i):Boolean(); |
|
|
class operator notequal(TPoint2i,TPoint2i):Boolean(); |
|
|
function Swap; |
|
|
function Empty; |
|
|
function Length; |
|
|
function Distance(); |
|
|
function Angle; |
|
|
function Dot(); |
|
|
function Cross(); |
|
|
function Lerp(); |
|
|
function InsideTriangle(); |
|
|
|
||
end; |
| CT Web help |
| CodeTyphon Studio |