|
virtual T | Clone< T > () |
|
void | Dispose () |
| Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized More...
|
|
|
virtual bool | Dispose (bool disposing) |
|
int | getGenericFIndex (SubArray< float > FMapArray, float fValue, out float frag) |
| Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1 More...
|
|
virtual bool Dispose |
( |
bool |
disposing | ) |
|
|
protectedvirtual |
Disposes an instance that is no more used, allowing it to free its resources immediately. Dispose is called automatically when an instance is Finalized
int getGenericFIndex |
( |
SubArray< float > |
FMapArray, |
|
|
float |
fValue, |
|
|
out float |
frag |
|
) |
| |
|
protected |
Searches FMapArray and returns the index that covers the fValue as well as the percentage between index and index+1
- Parameters
-
FMapArray | array of sorted values ranging from 0..1 |
fValue | a value 0..1 |
frag | fragment between the resulting and the next index (0..1) |
- Returns
- the index where fValue lies in
static implicit operator bool |
( |
CGData |
a | ) |
|
|
static |
The documentation for this class was generated from the following file: