Vector2 Structure |
Namespace: Internal.tainicom.Aether.Physics2D.Common
public struct Vector2 : IEquatable<Vector2>
The Vector2 type exposes the following members.
| Name | Description | |
|---|---|---|
| Vector2(Single) | Initializes a new instance of the Vector2 class | |
| Vector2(Single, Single) | Initializes a new instance of the Vector2 class |
| 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.) |
| Name | Description | |
|---|---|---|
| Addition | ||
| Division | ||
| Equality | ||
| Inequality | ||
| Multiply(Single, Vector2) | ||
| Multiply(Vector2, Vector2) | ||
| Multiply(Vector2, Single) | ||
| Subtraction | ||
| UnaryNegation |
| 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.) |