|
HighMap library (C++)
|
This is the complete list of members for hmap::CoordFrame, including all inherited members.
| compute_bounding_box() const | hmap::CoordFrame | |
| CoordFrame() | hmap::CoordFrame | |
| CoordFrame(glm::vec2 origin, glm::vec2 size, float rotation_angle) | hmap::CoordFrame | |
| get_heightmap_value_bilinear(const VirtualArray &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(glm::vec2 new_origin) | hmap::CoordFrame | inline |
| set_rotation_angle(float new_angle) | hmap::CoordFrame | |
| set_size(glm::vec2 new_size) | hmap::CoordFrame | inline |