C# Class CascadeSharp.TKService.Graphic3d.Graphic3d_Vec2

ファイルを表示 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

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

Method Details

ChangeData() public method

public ChangeData ( ) : float
return float

DX() public method

public DX ( ) : Graphic3d_Vec2
return Graphic3d_Vec2

DY() public method

public DY ( ) : Graphic3d_Vec2
return Graphic3d_Vec2

Dot() public method

public Dot ( Graphic3d_Vec2 theOther ) : float
theOther Graphic3d_Vec2
return float

GetData() public method

public GetData ( ) : float
return float

Graphic3d_Vec2() public method

public Graphic3d_Vec2 ( ) : System
return System

Graphic3d_Vec2() public method

public Graphic3d_Vec2 ( Graphic3d_Vec2 theOtherVec2 ) : System
theOtherVec2 Graphic3d_Vec2
return System

Graphic3d_Vec2() public method

public Graphic3d_Vec2 ( float theXY ) : System
theXY float
return System

Graphic3d_Vec2() public method

public Graphic3d_Vec2 ( float theX, float theY ) : System
theX float
theY float
return System

IsEqual() public method

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

Length() public method

public Length ( ) : int
return int

Modulus() public method

public Modulus ( ) : float
return float

Multiplied() public method

public Multiplied ( float theFactor ) : Graphic3d_Vec2
theFactor float
return Graphic3d_Vec2

Multiply() public method

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

SetValues() public method

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

SquareModulus() public method

public SquareModulus ( ) : float
return float

cwiseAbs() public method

public cwiseAbs ( ) : Graphic3d_Vec2
return Graphic3d_Vec2

cwiseMax() public method

public cwiseMax ( Graphic3d_Vec2 theVec ) : Graphic3d_Vec2
theVec Graphic3d_Vec2
return Graphic3d_Vec2

cwiseMin() public method

public cwiseMin ( Graphic3d_Vec2 theVec ) : Graphic3d_Vec2
theVec Graphic3d_Vec2
return Graphic3d_Vec2

maxComp() public method

public maxComp ( ) : float
return float

minComp() public method

public minComp ( ) : float
return float

x() public method

public x ( ) : float
return float

xy() public method

public xy ( ) : Graphic3d_Vec2
return Graphic3d_Vec2

y() public method

public y ( ) : float
return float

yx() public method

public yx ( ) : Graphic3d_Vec2
return Graphic3d_Vec2