#include "GU_API.h"#include <UT/UT_Vector4.h>#include <GB/GB_Edge.h>Go to the source code of this file.
Classes | |
| class | GU_EdgeCaster |
Functions | |
| GU_API UT_Vector4 | GUcomputeInsetPos (const GEO_Face &face, int vtx, float inset) |
| GU_API bool | GUisPointInline (const UT_Vector3 &start, const UT_Vector3 &mid, const UT_Vector3 &end, float tol) |
| GU_API bool | GUgetEdgePoints (const GEO_Face &face, int edgenum, GEO_Point *&p0, GEO_Point *&p1) |
| GU_API void | GUinterpolateLine (const UT_Vector4 &v0, const UT_Vector4 &v1, fpreal t, UT_Vector4 &d) |
| GU_API UT_Vector4 GUcomputeInsetPos | ( | const GEO_Face & | face, | |
| int | vtx, | |||
| float | inset | |||
| ) |
| GU_API bool GUgetEdgePoints | ( | const GEO_Face & | face, | |
| int | edgenum, | |||
| GEO_Point *& | p0, | |||
| GEO_Point *& | p1 | |||
| ) |
| GU_API void GUinterpolateLine | ( | const UT_Vector4 & | v0, | |
| const UT_Vector4 & | v1, | |||
| fpreal | t, | |||
| UT_Vector4 & | d | |||
| ) | [inline] |
Definition at line 82 of file GU_EdgeUtils.h.
| GU_API bool GUisPointInline | ( | const UT_Vector3 & | start, | |
| const UT_Vector3 & | mid, | |||
| const UT_Vector3 & | end, | |||
| float | tol | |||
| ) |
1.5.9