Blender
V3.3
|
#include <Curvature.h>
Public Member Functions | |
CurvatureInfo () | |
CurvatureInfo (const CurvatureInfo &iBrother) | |
CurvatureInfo (const CurvatureInfo &ca, const CurvatureInfo &cb, real t) | |
Public Attributes | |
real | K1 |
real | K2 |
Vec3r | e1 |
Vec3r | e2 |
real | Kr |
real | dKr |
Vec3r | er |
Definition at line 32 of file Curvature.h.
|
inline |
Definition at line 34 of file Curvature.h.
|
inline |
|
inline |
real Freestyle::CurvatureInfo::dKr |
Definition at line 72 of file Curvature.h.
Referenced by CurvatureInfo(), and SVertex_curvatures_get().
Vec3r Freestyle::CurvatureInfo::e1 |
Definition at line 69 of file Curvature.h.
Referenced by CurvatureInfo(), and SVertex_curvatures_get().
Vec3r Freestyle::CurvatureInfo::e2 |
Definition at line 70 of file Curvature.h.
Referenced by CurvatureInfo(), and SVertex_curvatures_get().
Vec3r Freestyle::CurvatureInfo::er |
Definition at line 73 of file Curvature.h.
Referenced by CurvatureInfo(), and SVertex_curvatures_get().
real Freestyle::CurvatureInfo::K1 |
Definition at line 67 of file Curvature.h.
Referenced by CurvatureInfo(), Freestyle::FEdgeXDetector::ProcessRidgeFace(), and SVertex_curvatures_get().
real Freestyle::CurvatureInfo::K2 |
Definition at line 68 of file Curvature.h.
Referenced by CurvatureInfo(), and SVertex_curvatures_get().
real Freestyle::CurvatureInfo::Kr |
Definition at line 71 of file Curvature.h.
Referenced by CurvatureInfo(), Freestyle::FEdgeXDetector::postProcessSuggestiveContourFace(), Freestyle::FEdgeXDetector::ProcessSuggestiveContourFace(), Freestyle::WXVertex::Reset(), and SVertex_curvatures_get().