Property | Type | Description | |
---|---|---|---|
Zero |
Method | Description | |
---|---|---|
ComponentAbs ( ) : |
||
ComponentMax ( |
||
ComponentMin ( |
||
ComponentMult ( |
||
ComponentSign ( ) : |
||
FromMagnitudeAngle ( double magnitude, double angle ) : |
||
Magnitude ( ) : double | ||
SquareMagnitude ( ) : double | ||
ToString ( ) : string | ||
UnitVector ( ) : |
||
Vector3D ( |
||
Vector3D ( double x, double y, double z ) : System | ||
operator ( ) : |
public static ComponentMax ( |
||
lhs | ||
rhs | ||
return |
public static ComponentMin ( |
||
lhs | ||
rhs | ||
return |
public static ComponentMult ( |
||
lhs | ||
rhs | ||
return |
public static FromMagnitudeAngle ( double magnitude, double angle ) : |
||
magnitude | double | |
angle | double | |
return |
public Vector3D ( double x, double y, double z ) : System | ||
x | double | |
y | double | |
z | double | |
return | System |