Altus Mapping Engine JavaScript API Reference - v2.0.ut.2153.g60764257e - Tuesday May 16, 2022 | SDK Documentation | Builds | BA3 Home |
Public Member Functions | |
VectorFloat () | |
float | get (int index) |
void | push_back (float value) |
void | resize (int size, float defaultValue) |
void | set (int index, float value) |
int | size () |
AltusUnified::VectorFloat::VectorFloat | ( | ) |
float AltusUnified::VectorFloat::get | ( | int | index | ) |
void AltusUnified::VectorFloat::push_back | ( | float | value | ) |
void AltusUnified::VectorFloat::resize | ( | int | size, |
float | defaultValue | ||
) |
void AltusUnified::VectorFloat::set | ( | int | index, |
float | value | ||
) |
int AltusUnified::VectorFloat::size | ( | ) |