Name | Description | |
---|---|---|
![]() | Coordinate Constructor | Indicates a new instance of the Coordinate class. |
The following tables list the members exposed by Coordinate.
Name | Description | |
---|---|---|
![]() | Coordinate Constructor | Indicates a new instance of the Coordinate class. |
Name | Description | |
---|---|---|
![]() | _data | Saves the data of this vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | _T | Saves the type of T. (Inherited from C1.Framework.Mathematics.Vector<float>) |
Name | Description | |
---|---|---|
![]() | Dimension | Gets or sets the dimension of the vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Elements | Gets the all elements in the vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | IsIdentity | Gets a value indicating whether this Vector object is indentity vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | IsZero | Gets a value indicating whether this Vector object is zero vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Item | Gets or sets the value of element at special index. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Modul | Get the modul of the this vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | X | Gets or sets the value of x-coordinate. |
![]() | Y | Gets or sets the value of y-coordinate. |
Name | Description | |
---|---|---|
![]() | Add | Add a special vector to this vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Clone | Create a new object that is a copy of this C1.Framework.Mathematics.Vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | CrossMultiply | Defines the descarts multiplication operation for vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | DotMultiply | Dot multiply a speical vector to this vector. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Equals | Determines whether the specified System.Object is equal to the current System.Object. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | ToString | Returns a string that represents the current object. (Inherited from C1.Framework.Mathematics.Vector<float>) |
![]() | Overloaded. Implicit convert a Point value to a Coordinate object. |