Jypeli 10
The simple game programming library
AdvanceMath.IVector< V > rajapintamallireferenssi
Luokan AdvanceMath.IVector< V > luokkakaavio
AdvanceMath.IAdvanceValueType

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ää...
 
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ää...
 

Yksityiskohtainen selite

Tyyppien rajoitteet
V :struct 
V :IVector<V> 

Määrittely tiedoston Interfaces.cs rivillä 74.

Ominaisuuksien dokumentaatio

◆ Magnitude

Scalar AdvanceMath.IVector< V >.Magnitude
getset

Gets or Sets the Magnitude (Length of a Vector).

Määrittely tiedoston Interfaces.cs rivillä 81.

◆ MagnitudeSq

Scalar AdvanceMath.IVector< V >.MagnitudeSq
get

Gets the Squared Magnitude (IE Magnitude*Magnitude).

Määrittely tiedoston Interfaces.cs rivillä 86.

◆ Normalized

V AdvanceMath.IVector< V >.Normalized
get

Gets the Normalized Vector. (Unit Vector)

Määrittely tiedoston Interfaces.cs rivillä 91.


Dokumentaatio tälle rajapinnalle luotiin seuraavasta tiedostosta: