C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_Vec2i

Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode 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

Method Details

ChangeData() public méthode

public ChangeData ( ) : int
Résultat int

DX() public méthode

public DX ( ) : Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

DY() public méthode

public DY ( ) : Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

Dot() public méthode

public Dot ( Graphic3d_Vec2i theOther ) : int
theOther Graphic3d_Vec2i
Résultat int

GetData() public méthode

public GetData ( ) : int
Résultat int

Graphic3d_Vec2i() public méthode

public Graphic3d_Vec2i ( ) : System
Résultat System

Graphic3d_Vec2i() public méthode

public Graphic3d_Vec2i ( Graphic3d_Vec2i theOtherVec2 ) : System
theOtherVec2 Graphic3d_Vec2i
Résultat System

Graphic3d_Vec2i() public méthode

public Graphic3d_Vec2i ( int theXY ) : System
theXY int
Résultat System

Graphic3d_Vec2i() public méthode

public Graphic3d_Vec2i ( int theX, int theY ) : System
theX int
theY int
Résultat System

IsEqual() public méthode

public IsEqual ( Graphic3d_Vec2i theOther ) : bool
theOther Graphic3d_Vec2i
Résultat bool

Length() public méthode

public Length ( ) : int
Résultat int

Modulus() public méthode

public Modulus ( ) : int
Résultat int

Multiplied() public méthode

public Multiplied ( int theFactor ) : Graphic3d_Vec2i
theFactor int
Résultat Graphic3d_Vec2i

Multiply() public méthode

public Multiply ( int theFactor ) : void
theFactor int
Résultat void

SetValues() public méthode

public SetValues ( int theX, int theY ) : void
theX int
theY int
Résultat void

SquareModulus() public méthode

public SquareModulus ( ) : int
Résultat int

cwiseAbs() public méthode

public cwiseAbs ( ) : Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

cwiseMax() public méthode

public cwiseMax ( Graphic3d_Vec2i theVec ) : Graphic3d_Vec2i
theVec Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

cwiseMin() public méthode

public cwiseMin ( Graphic3d_Vec2i theVec ) : Graphic3d_Vec2i
theVec Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

maxComp() public méthode

public maxComp ( ) : int
Résultat int

minComp() public méthode

public minComp ( ) : int
Résultat int

x() public méthode

public x ( ) : int
Résultat int

xy() public méthode

public xy ( ) : Graphic3d_Vec2i
Résultat Graphic3d_Vec2i

y() public méthode

public y ( ) : int
Résultat int

yx() public méthode

public yx ( ) : Graphic3d_Vec2i
Résultat Graphic3d_Vec2i