#include "tigl_internal.h"#include <Geom_Curve.hxx>#include <gp_Pnt.hxx>#include <gp_Dir.hxx>#include <vector>Data Structures | |
| class | tigl::CTiglProjectPointOnCurveAtAngle |
| class | tigl::ValueWithDerivative |
Namespaces | |
| tigl | |
| The CTiglShapeCache class acts as a storage for all kinds of intermediate shape results in order to improve speed of reoccurent calculations. | |
Functions | |
| TIGL_EXPORT ValueWithDerivative | tigl::distancePlanePoint_deriv (gp_Dir planeNormal, gp_Vec planeNormal_deriv, gp_Pnt pointOnPlane, gp_Vec pointOnPlane_deriv, gp_Pnt p) |
| Computes the distance of a point to a plane All parameters _deriv are forward differences to compute gradients. More... | |
| TIGL_EXPORT void | tigl::normalize (gp_Vec &v, gp_Vec &v_deriv) |