| Vector2 Structure | 
Namespace: Internal.tainicom.Aether.Physics2D.Common
 Syntax
Syntaxpublic struct Vector2 : IEquatable<Vector2>
The Vector2 type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | Vector2(Single) | Initializes a new instance of the Vector2 class | 
|  | Vector2(Single, Single) | Initializes a new instance of the Vector2 class | 
 Properties
Properties Methods
Methods| Name | Description | |
|---|---|---|
|   | Add | |
|   | Distance | |
|   | DistanceSquared | |
|   | Divide | |
|   | Dot | |
|  | Equals(Object) | (Overrides ValueTypeEquals(Object).) | 
|  | Equals(Vector2) | |
|  | GetHashCode | (Overrides ValueTypeGetHashCode.) | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | Length | |
|  | LengthSquared | |
|   | Max | |
|   | Min | |
|   | Multiply(Vector2, Vector2, Vector2) | |
|   | Multiply(Vector2, Single, Vector2) | |
|  | Normalize | |
|   | Subtract | |
|  | ToString | (Overrides ValueTypeToString.) | 
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition | |
|   | Division | |
|   | Equality | |
|   | Inequality | |
|   | Multiply(Single, Vector2) | |
|   | Multiply(Vector2, Vector2) | |
|   | Multiply(Vector2, Single) | |
|   | Subtraction | |
|   | UnaryNegation | 
 Fields
Fields Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | IsValid | (Defined by MathUtils.) | 
|  | MethodInvoke | 
            Calls the object method by name.
            (Defined by ObjectEx.) | 
|  | PropertyGet(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertyGetT(String, Object, Boolean) | Overloaded. 
            Gets the value of the object property by name.
            (Defined by ObjectEx.) | 
|  | PropertySet | 
            Sets the value of the object property by name.
            (Defined by ObjectEx.) | 
 See Also
See Also