Blender  V3.3
Namespaces | Macros | Functions
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.h"

Go to the source code of this file.

Namespaces

 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 84 of file StrokeRep.cpp.

◆ HUGE_COORD

#define HUGE_COORD   1.0e4

Definition at line 87 of file StrokeRep.cpp.

◆ MAX_RATIO_LENGTH_SINGU

#define MAX_RATIO_LENGTH_SINGU   2

Definition at line 86 of file StrokeRep.cpp.

◆ ZERO

#define ZERO   0.00001

Definition at line 85 of file StrokeRep.cpp.