31 return x > 0 && x < 1;
#define MRMESH_API
Definition MRMeshFwd.h:80
std::vector< MeshEdgePoint > SurfacePath
Definition MRMeshFwd.h:481
int reducePath(const Mesh &mesh, const MeshTriPoint &start, SurfacePath &path, const MeshTriPoint &end, int maxIter=5)
bool reducePathViaVertex(const Mesh &mesh, const MeshTriPoint &start, VertId v, const MeshTriPoint &end, SurfacePath &outPath, std::vector< Vector2f > &tmp, SurfacePath &cachePath)
T shortestPathInQuadrangle(const Vector3< T > &a, const Vector3< T > &b, const Vector3< T > &c, const Vector3< T > &d)
bool isUnfoldQuadrangleConvex(const Vector3< T > &a, const Vector3< T > &b, const Vector3< T > &c, const Vector3< T > &d)
Definition MRReducePath.h:28
Vector2< T > unfoldOnPlane(const Vector3< T > &b, const Vector3< T > &c, const Vector2< T > &d, bool toLeftFrom0d)
auto end(ViewportMask)
Definition MRViewportId.h:124
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRMeshTriPoint.h:26
Definition MRVector2.h:29
Definition MRVector3.h:33