Complex Structure |
Namespace: Internal.tainicom.Aether.Physics2D.Common
public struct Complex
The Complex type exposes the following members.
| Name | Description | |
|---|---|---|
| ImaginaryOne | ||
| Magnitude | ||
| One | ||
| Phase |
| Name | Description | |
|---|---|---|
| Conjugate | ||
| Conjugate(Complex) | ||
| Divide(Complex, Complex) | ||
| Divide(Vector2, Complex) | ||
| Divide(Vector2, Complex) | ||
| Divide(Complex, Complex, Complex) | ||
| Divide(Vector2, Complex, Vector2) | ||
| Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) | |
| FromAngle | ||
| GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MagnitudeSquared | ||
| Multiply(Complex, Complex) | ||
| Multiply(Vector2, Complex) | ||
| Multiply(Vector2, Complex) | ||
| Multiply(Vector2, Complex, Vector2) | ||
| Negate | ||
| Negate(Complex) | ||
| Normalize | ||
| Normalize(Complex) | ||
| ToString | (Overrides ValueTypeToString.) | |
| ToVector2 |
| Name | Description | |
|---|---|---|
| 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.) |