C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_Vec2b

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

Méthodes publiques

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

Method Details

ChangeData() public méthode

public ChangeData ( ) : char
Résultat char

DX() public méthode

public DX ( ) : Graphic3d_Vec2b
Résultat Graphic3d_Vec2b

DY() public méthode

public DY ( ) : Graphic3d_Vec2b
Résultat Graphic3d_Vec2b

Dot() public méthode

public Dot ( Graphic3d_Vec2b theOther ) : char
theOther Graphic3d_Vec2b
Résultat char

GetData() public méthode

public GetData ( ) : char
Résultat char

Graphic3d_Vec2b() public méthode

public Graphic3d_Vec2b ( ) : System
Résultat System

Graphic3d_Vec2b() public méthode

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

Graphic3d_Vec2b() public méthode

public Graphic3d_Vec2b ( char theXY ) : System
theXY char
Résultat System

Graphic3d_Vec2b() public méthode

public Graphic3d_Vec2b ( char theX, char theY ) : System
theX char
theY char
Résultat System

IsEqual() public méthode

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

Length() public méthode

public Length ( ) : int
Résultat int

Modulus() public méthode

public Modulus ( ) : char
Résultat char

Multiplied() public méthode

public Multiplied ( char theFactor ) : Graphic3d_Vec2b
theFactor char
Résultat Graphic3d_Vec2b

Multiply() public méthode

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

SetValues() public méthode

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

SquareModulus() public méthode

public SquareModulus ( ) : char
Résultat char

cwiseAbs() public méthode

public cwiseAbs ( ) : Graphic3d_Vec2b
Résultat Graphic3d_Vec2b

cwiseMax() public méthode

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

cwiseMin() public méthode

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

maxComp() public méthode

public maxComp ( ) : char
Résultat char

minComp() public méthode

public minComp ( ) : char
Résultat char

x() public méthode

public x ( ) : char
Résultat char

xy() public méthode

public xy ( ) : Graphic3d_Vec2b
Résultat Graphic3d_Vec2b

y() public méthode

public y ( ) : char
Résultat char

yx() public méthode

public yx ( ) : Graphic3d_Vec2b
Résultat Graphic3d_Vec2b