名前 | 解説 | |
---|---|---|
Coordinate コンストラクタ | Indicates a new instance of the Coordinate class. |
Coordinateデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
Coordinate コンストラクタ | Indicates a new instance of the Coordinate class. |
名前 | 解説 | |
---|---|---|
Dimension | Gets or sets the dimension of the vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
Elements | Gets the all elements in the vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
IsIdentity | Gets a value indicating whether this Vector object is indentity vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
IsZero | Gets a value indicating whether this Vector object is zero vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
Item | Gets or sets the value of element at special index. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
Modul | Get the modul of the this vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
X | Gets or sets the value of x-coordinate. | |
Y | Gets or sets the value of y-coordinate. |
名前 | 解説 | |
---|---|---|
Add | Add a special vector to this vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
Clone | Create a new object that is a copy of this C1.Framework.Mathematics.Vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
CrossMultiply | Defines the descarts multiplication operation for vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
DotMultiply | Dot multiply a speical vector to this vector. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
Equals | Determines whether the specified System.Object is equal to the current System.Object. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
GetHashCode | Serves as a hash function for a particular type. System.Object.GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. C1.Framework.Mathematics.Vector<float>から継承されます。 | |
ToString | Returns a string that represents the current vector. C1.Framework.Mathematics.Vector<float>から継承されます。 |
暗黙的 キャスト 演算子 | オーバーロードされます。 Implicit convert a Point value to a Coordinate object. |