Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Vector2I

class in Math

Properties

NameTypeAccessDescription
xintget / set
yintget / set

Methods

Return TypeSignatureDescription
Vector2Imul ( int o )
Vector2Iadd ( Vector2I o )
Vector2Isub ( Vector2I o )

Static Properties

NameTypeAccessDescription
ZEROVector2Iget

Static Methods

Return TypeSignatureDescription
Vector2Inew ( int x, int y )