Jypeli 10
The simple game programming library
|
Ominaisuudet | |
Scalar | Magnitude [getset] |
Gets or Sets the Magnitude (Length of a Vector). Lisää... | |
Scalar | MagnitudeSq [get] |
Gets the Squared Magnitude (IE Magnitude*Magnitude). Lisää... | |
V | Normalized [get] |
Gets the Normalized Vector. (Unit Vector) Lisää... | |
Ominaisuudet inherited from AdvanceMath.IAdvanceValueType | |
int | Count [get] |
Gets a 32-bit integer that represents the total number of elements in all the dimensions of IAdvanceValueType. Lisää... | |
Additional Inherited Members | |
Julkiset jäsenfunktiot inherited from AdvanceMath.IAdvanceValueType | |
void | CopyFrom (Scalar[] array, int index) |
Copies all the elements of the IAdvanceValueType, of the specified one-dimensional Array to the IAdvanceValueType. Lisää... | |
void | CopyTo (Scalar[] array, int index) |
Copies all the elements of the IAdvanceValueType to the specified one-dimensional Array of Scalar. Lisää... | |
Scalar[] | ToArray () |
Copies the elements of the IAdvanceValueType to a new array of Scalar . Lisää... | |
string | ToString (string format) |
turns the object into a string representation of itself with a special format for each Scaler in it. Lisää... | |
V | : | struct | |
V | : | IVector<V> |
Määrittely tiedoston Interfaces.cs rivillä 74.
|
getset |
Gets or Sets the Magnitude (Length of a Vector).
Määrittely tiedoston Interfaces.cs rivillä 81.
|
get |
Gets the Squared Magnitude (IE Magnitude*Magnitude).
Määrittely tiedoston Interfaces.cs rivillä 86.
|
get |
Gets the Normalized Vector. (Unit Vector)
Määrittely tiedoston Interfaces.cs rivillä 91.