Float32Utils
ceramic.Float32Utils (Class)
Static Members
| Name | Type |
|---|---|
a |
Float32 |
b |
Float32 |
| Returns |
|---|
| Float32 |
| Name | Type |
|---|---|
a |
Float32 |
b |
Float32 |
| Returns |
|---|
| Float32 |
| Name | Type |
|---|---|
a |
Float32 |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
a |
Float32 |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
a |
Float32 |
| Returns |
|---|
| Int |
| Name | Type |
|---|---|
a |
Float32 |
| Returns |
|---|
| Float32 |
Linear interpolation between two values.
| Name | Type | Description |
|---|---|---|
a |
Float32 | Start value (returned when t=0) |
b |
Float32 | End value (returned when t=1) |
t |
Float32 | Interpolation factor (0 to 1) |
| Returns | Description |
|---|---|
| Float32 | The interpolated value |
| Name | Type |
|---|---|
expr |
Dynamic |
| Returns |
|---|
| Float32 |