Property | Type | Description | |
---|---|---|---|
MaxValue | |||
MinValue | |||
Origin | |||
xAxis | |||
yAxis | |||
zAxis |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Parse ( string input ) : |
||
Pow ( int power ) : |
||
Sqrt ( ) : |
||
Sum ( ) : int | ||
SumSqrs ( ) : double | ||
ToString ( ) : string | ||
TryParse ( string input, |
||
Vector ( int x, int y, int z ) : System | ||
operator ( ) : |
||
operator ( ) : bool |
Method | Description | |
---|---|---|
Vector ( |
public static Parse ( string input ) : |
||
input | string | |
return |
public static TryParse ( string input, |
||
input | string | |
vector | ||
return | bool |
public Vector ( int x, int y, int z ) : System | ||
x | int | |
y | int | |
z | int | |
return | System |