Blender V5.0
StrokeRep.cpp File Reference

Class to define the representation of a stroke (for display purpose). More...

#include <cmath>
#include "Stroke.h"
#include "StrokeAdvancedIterators.h"
#include "StrokeIterators.h"
#include "StrokeRenderer.h"
#include "StrokeRep.h"
#include "BKE_global.hh"

Go to the source code of this file.

Namespaces

namespace  Freestyle
 inherits from class Rep

Macros

#define EPS_SINGULARITY_RENDERER   0.05
#define ZERO   0.00001
#define MAX_RATIO_LENGTH_SINGU   2
#define HUGE_COORD   1.0e4

Functions

static bool Freestyle::notValid (Vec2r p)

Detailed Description

Class to define the representation of a stroke (for display purpose).

Definition in file StrokeRep.cpp.

Macro Definition Documentation

◆ EPS_SINGULARITY_RENDERER

#define EPS_SINGULARITY_RENDERER   0.05

Definition at line 87 of file StrokeRep.cpp.

Referenced by Freestyle::Strip::createStrip().

◆ HUGE_COORD

#define HUGE_COORD   1.0e4

Definition at line 90 of file StrokeRep.cpp.

Referenced by Freestyle::notValid().

◆ MAX_RATIO_LENGTH_SINGU

#define MAX_RATIO_LENGTH_SINGU   2

Definition at line 89 of file StrokeRep.cpp.

Referenced by Freestyle::Strip::createStrip().

◆ ZERO