C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_Vec2b

Show file Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public ChangeData ( ) : char
return char

DX() public method

public DX ( ) : Graphic3d_Vec2b
return Graphic3d_Vec2b

DY() public method

public DY ( ) : Graphic3d_Vec2b
return Graphic3d_Vec2b

Dot() public method

public Dot ( Graphic3d_Vec2b theOther ) : char
theOther Graphic3d_Vec2b
return char

GetData() public method

public GetData ( ) : char
return char

Graphic3d_Vec2b() public method

public Graphic3d_Vec2b ( ) : System
return System

Graphic3d_Vec2b() public method

public Graphic3d_Vec2b ( Graphic3d_Vec2b theOtherVec2 ) : System
theOtherVec2 Graphic3d_Vec2b
return System

Graphic3d_Vec2b() public method

public Graphic3d_Vec2b ( char theXY ) : System
theXY char
return System

Graphic3d_Vec2b() public method

public Graphic3d_Vec2b ( char theX, char theY ) : System
theX char
theY char
return System

IsEqual() public method

public IsEqual ( Graphic3d_Vec2b theOther ) : bool
theOther Graphic3d_Vec2b
return bool

Length() public method

public Length ( ) : int
return int

Modulus() public method

public Modulus ( ) : char
return char

Multiplied() public method

public Multiplied ( char theFactor ) : Graphic3d_Vec2b
theFactor char
return Graphic3d_Vec2b

Multiply() public method

public Multiply ( char theFactor ) : void
theFactor char
return void

SetValues() public method

public SetValues ( char theX, char theY ) : void
theX char
theY char
return void

SquareModulus() public method

public SquareModulus ( ) : char
return char

cwiseAbs() public method

public cwiseAbs ( ) : Graphic3d_Vec2b
return Graphic3d_Vec2b

cwiseMax() public method

public cwiseMax ( Graphic3d_Vec2b theVec ) : Graphic3d_Vec2b
theVec Graphic3d_Vec2b
return Graphic3d_Vec2b

cwiseMin() public method

public cwiseMin ( Graphic3d_Vec2b theVec ) : Graphic3d_Vec2b
theVec Graphic3d_Vec2b
return Graphic3d_Vec2b

maxComp() public method

public maxComp ( ) : char
return char

minComp() public method

public minComp ( ) : char
return char

x() public method

public x ( ) : char
return char

xy() public method

public xy ( ) : Graphic3d_Vec2b
return Graphic3d_Vec2b

y() public method

public y ( ) : char
return char

yx() public method

public yx ( ) : Graphic3d_Vec2b
return Graphic3d_Vec2b