|
OpenSpace3D libs
OpenSpace 3D libraries for plugITs and OS3D developer
|
Functions | |
| isSmallerI (s, t) | |
| Test if an int is smaller than another int. | |
| isLargerI (s, t) | |
| Test if a int is larger than another int. | |
| isSmallerF (s, t) | |
| Test if an float is smaller than another float. | |
| isLargerF (s, t) | |
| Test if a float is larger than another float. | |
| suppDoublon2 (s1, s2) | |
| Test if a value is equal to another value. | |
Common tools
| isSmallerI | ( | s | , |
| t | |||
| ) |
Test if an int is smaller than another int.
Use with quicksort function
Prototype: fun [I I] I
| I | : first int to test |
| I | : second int to test |
| isLargerI | ( | s | , |
| t | |||
| ) |
Test if a int is larger than another int.
Use with quicksort function 0 Prototype: fun [I I] I
| I | : first int to test |
| I | : second int to test |
| isSmallerF | ( | s | , |
| t | |||
| ) |
Test if an float is smaller than another float.
Use with quicksort function
Prototype: fun [F F] I
| F | : first float to test |
| F | : second float to test |
| isLargerF | ( | s | , |
| t | |||
| ) |
Test if a float is larger than another float.
Use with quicksort function 0 Prototype: fun [F F] I
| F | : first float to test |
| F | : second float to test |
| suppDoublon2 | ( | s1 | , |
| s2 | |||
| ) |
Test if a value is equal to another value.
Use with quicksort function
Prototype: fun [u0 u0] I
| u0 | : first value to test |
| u0 | : second value to test |