Property | Type | Description | |
---|---|---|---|
X | float | ||
Y | float | ||
Zero |
Method | Description | |
---|---|---|
Dot ( |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Normalize ( ) : float | ||
Rotate90CCW ( ) : void | ||
Rotate90CW ( ) : void | ||
ToString ( ) : string | ||
Vec2 ( float x, float y ) : System | ||
operator ( ) : |
||
operator ( ) : bool |
public static Dot ( |
||
v1 | ||
v2 | ||
return | float |