C# Class kOS.Vector

Inheritance: kOS.SpecialValue
ファイルを表示 Open project: Nivekk/KOS Class Usage Examples

Public Methods

Method Description
GetSuffix ( string suffixName ) : object
SetSuffix ( string suffixName, object value ) : bool
ToDirection ( ) : Direction
ToString ( ) : string
ToVector3D ( ) : Vector3d
TryOperation ( string op, object other, bool reverseOrder ) : object
Vector ( Vector3d init ) : System
Vector ( double x, double y, double z ) : System
Vector ( float x, float y, float z ) : System
operator ( ) : Vector

Method Details

GetSuffix() public method

public GetSuffix ( string suffixName ) : object
suffixName string
return object

SetSuffix() public method

public SetSuffix ( string suffixName, object value ) : bool
suffixName string
value object
return bool

ToDirection() public method

public ToDirection ( ) : Direction
return Direction

ToString() public method

public ToString ( ) : string
return string

ToVector3D() public method

public ToVector3D ( ) : Vector3d
return Vector3d

TryOperation() public method

public TryOperation ( string op, object other, bool reverseOrder ) : object
op string
other object
reverseOrder bool
return object

Vector() public method

public Vector ( Vector3d init ) : System
init Vector3d
return System

Vector() public method

public Vector ( double x, double y, double z ) : System
x double
y double
z double
return System

Vector() public method

public Vector ( float x, float y, float z ) : System
x float
y float
z float
return System

operator() public static method

public static operator ( ) : Vector
return Vector