$search
Go to the source code of this file.
Namespaces | |
| namespace | hand_planes |
Functions | |
| def | hand_planes::dex |
| def | hand_planes::floatify |
| def | hand_planes::offset_dict |
| def | hand_planes::offset_tuple |
| def | hand_planes::scale_dict |
| def | hand_planes::scale_tuple |
| def | hand_planes::unbox_dict |
| def | hand_planes::unbox_tuple |
| def | hand_planes::unflip_dict |
| def | hand_planes::unflip_tuple_rows |
Variables | |
| tuple | hand_planes::lcs = dex(lower_coordinates) |
| list | hand_planes::lower_coordinates |
| list | hand_planes::meters = [scale_dict(D, SCALE) for D in offsets] |
| dictionary | hand_planes::names |
| tuple | hand_planes::names_rev = dict([(names[k], k) for k in names]) |
| int | hand_planes::OFFSET = 1500 |
| list | hand_planes::offsets = [offset_dict(D, -OFFSET) for D in unboxeds] |
| float | hand_planes::SCALE = 35.0 |
| tuple | hand_planes::ucs = dex(upper_coordinates) |
| list | hand_planes::unboxeds = [unbox_dict(unflipped[i], lcs[i]) for i in range(4)] |
| list | hand_planes::unflipped = [unflip_dict(unscaled[i], lcs[i], ucs[i]) for i in range(4)] |
| list | hand_planes::unscaled = [floatify(x) for x in voxels] |
| list | hand_planes::upper_coordinates |
| list | hand_planes::voxels = [{}, {}, {}, {}] |