Method |
Description |
|
ChangeData ( ) : int |
|
|
DX ( ) : Graphic3d_Vec2i |
|
|
DY ( ) : Graphic3d_Vec2i |
|
|
Dot ( Graphic3d_Vec2i theOther ) : int |
|
|
GetData ( ) : int |
|
|
Graphic3d_Vec2i ( ) : System |
|
|
Graphic3d_Vec2i ( Graphic3d_Vec2i theOtherVec2 ) : System |
|
|
Graphic3d_Vec2i ( int theXY ) : System |
|
|
Graphic3d_Vec2i ( int theX, int theY ) : System |
|
|
IsEqual ( Graphic3d_Vec2i theOther ) : bool |
|
|
Length ( ) : int |
|
|
Modulus ( ) : int |
|
|
Multiplied ( int theFactor ) : Graphic3d_Vec2i |
|
|
Multiply ( int theFactor ) : void |
|
|
SetValues ( int theX, int theY ) : void |
|
|
SquareModulus ( ) : int |
|
|
cwiseAbs ( ) : Graphic3d_Vec2i |
|
|
cwiseMax ( Graphic3d_Vec2i theVec ) : Graphic3d_Vec2i |
|
|
cwiseMin ( Graphic3d_Vec2i theVec ) : Graphic3d_Vec2i |
|
|
maxComp ( ) : int |
|
|
minComp ( ) : int |
|
|
x ( ) : int |
|
|
xy ( ) : Graphic3d_Vec2i |
|
|
y ( ) : int |
|
|
yx ( ) : Graphic3d_Vec2i |
|
|