Vector3 Structure |
Namespace: Internal.tainicom.Aether.Physics2D.Common
public struct Vector3 : IEquatable<Vector3>
The Vector3 type exposes the following members.
Name | Description | |
---|---|---|
![]() | Vector3(Single) | Initializes a new instance of the Vector3 class |
![]() | Vector3(Single, Single, Single) | Initializes a new instance of the Vector3 class |
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(Vector3) | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | (Overrides ValueTypeToString.) |
Name | Description | |
---|---|---|
![]() ![]() | Addition | |
![]() ![]() | Division | |
![]() ![]() | Equality | |
![]() ![]() | Inequality | |
![]() ![]() | Multiply(Single, Vector3) | |
![]() ![]() | Multiply(Vector3, Vector3) | |
![]() ![]() | Multiply(Vector3, Single) | |
![]() ![]() | Subtraction | |
![]() ![]() | UnaryNegation |
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.) |