Method | Description | |
---|---|---|
GetSuffix ( string suffixName ) : object | ||
SetSuffix ( string suffixName, object value ) : bool | ||
ToDirection ( ) : |
||
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 ( ) : |
public GetSuffix ( string suffixName ) : object | ||
suffixName | string | |
return | object |
public SetSuffix ( string suffixName, object value ) : bool | ||
suffixName | string | |
value | object | |
return | bool |
public TryOperation ( string op, object other, bool reverseOrder ) : object | ||
op | string | |
other | object | |
reverseOrder | bool | |
return | object |
public Vector ( double x, double y, double z ) : System | ||
x | double | |
y | double | |
z | double | |
return | System |
public Vector ( float x, float y, float z ) : System | ||
x | float | |
y | float | |
z | float | |
return | System |