This is the complete list of members for hmap::CoordFrame, including all inherited members.
| compute_bounding_box() const | hmap::CoordFrame | |
| CoordFrame() | hmap::CoordFrame | |
| CoordFrame(Vec2< float > origin, Vec2< float > size, float rotation_angle) | hmap::CoordFrame | |
| get_heightmap_value_bilinear(const Heightmap &h, float gx, float gy, float fill_value=0.f) const | hmap::CoordFrame | |
| get_heightmap_value_nearest(const Heightmap &h, float gx, float gy, float fill_value=0.f) const | hmap::CoordFrame | |
| get_origin() const | hmap::CoordFrame | inline |
| get_rotation_angle() const | hmap::CoordFrame | |
| get_size() const | hmap::CoordFrame | inline |
| is_point_within(float gx, float gy) const | hmap::CoordFrame | |
| map_to_global_coords(float rx, float ry) const | hmap::CoordFrame | |
| map_to_relative_coords(float gx, float gy) const | hmap::CoordFrame | |
| normalized_distance_to_edges(float gx, float gy) const | hmap::CoordFrame | |
| normalized_shape_factor(float gx, float gy) const | hmap::CoordFrame | |
| set_origin(Vec2< float > new_origin) | hmap::CoordFrame | inline |
| set_rotation_angle(float new_angle) | hmap::CoordFrame | |
| set_size(Vec2< float > new_size) | hmap::CoordFrame | inline |