|
| std::string | rs2::api_version_to_string (int version) |
| |
| float | rs2::clamp (float x, float min, float max) |
| |
| rs2_pose | rs2::correct_tm2_pose (const rs2_pose &pose) |
| |
| float3 | rs2::cross (const float3 &a, const float3 &b) |
| |
| float | rs2::dot (const rs2::float2 &a, const rs2::float2 &b) |
| |
| void | rs2::draw_text (int x, int y, const char *text) |
| |
| std::string | rs2::error_to_string (const error &e) |
| |
| float | rs2::evaluate_plane (const plane &plane, const float3 &point) |
| |
| matrix4 | rs2::identity_matrix () |
| |
| bool | rs2::is_integer (float f) |
| |
| bool | rs2::is_rasterizeable (rs2_format format) |
| |
| bool | rs2::is_valid (const plane_3d &p) |
| |
| float | rs2::lerp (float a, float b, float t) |
| |
| float3 | rs2::lerp (const float3 &a, const float3 &b, float t) |
| |
| rs2::float2 | rs2::lerp (const rs2::float2 &a, const rs2::float2 &b, float t) |
| |
| float3 | rs2::lerp (const std::array< float3, 4 > &rect, const float2 &p) |
| |
| template<typename T > |
| T | rs2::normalizeT (const T &in_val, const T &min, const T &max) |
| |
| float3 | rs2::operator* (const float3 &a, float t) |
| |
| float | rs2::operator* (const float3 &a, const float3 &b) |
| |
| float2 | rs2::operator* (float a, float2 b) |
| |
| matrix4 | rs2::operator* (const matrix4 &a, const matrix4 &b) |
| |
| float4 | rs2::operator* (const matrix4 &a, const float4 &b) |
| |
| float3 | rs2::operator+ (const float3 &a, const float3 &b) |
| |
| float3 | rs2::operator- (const float3 &a, const float3 &b) |
| |
| float2 | rs2::operator- (float2 a, float2 b) |
| |
| float3 | rs2::operator/ (const float3 &a, float t) |
| |
| bool | rs2::operator== (const plane &lhs, const plane &rhs) |
| |
| float | rs2::single_wave (float x) |
| |
| float | rs2::smoothstep (float x, float min, float max) |
| |
| std::vector< plane_3d > | rs2::subdivide (const plane_3d &rect, int parts=4) |
| |
| matrix4 | rs2::tm2_pose_to_world_transformation (const rs2_pose &pose) |
| |
| float | rs2::to_rad (float deg) |
| |
| float2 | rs2::translate_3d_to_2d (float3 point, matrix4 p, matrix4 v, matrix4 f, int32_t vp[4]) |
| |
| template<typename T > |
| T | rs2::unnormalizeT (const T &in_val, const T &min, const T &max) |
| |
| template<typename T > |
| bool | rs2::val_in_range (const T &val, const std::initializer_list< T > &list) |
| |