Method | Description | |
---|---|---|
ConvertVector2ToPoint ( ) : System.Point |
Converts a vector to an aproximate point.
|
|
Vector2 ( float x, float y ) : System |
Creates a new 2D vector.
|
|
operator ( ) : Vector2 |
Multiplication operator between a 2D vector and a scalar value.
|
public ConvertVector2ToPoint ( ) : System.Point | ||
return | System.Point |
public Vector2 ( float x, float y ) : System | ||
x | float | X component of the vector |
y | float | Y component of the vector |
return | System |