Geodot Plugin
|
Public Member Functions | |
void | set_transform (int from, int to) |
Vector3 | transform_coordinates (Vector3 coordinates) |
Static Protected Member Functions | |
static void | _bind_methods () |
Vector3 GeoTransform::transform_coordinates | ( | Vector3 | coordinates | ) |
Interprets the given vector as a point in the coordinate system defined by "from" in a previous set_transform
call and converts it to the coordinate system described by "to" in a previous set_transform
call.