Blender  V3.3
Namespaces | Classes | Functions
Freestyle::OGF Namespace Reference

Namespaces

 MatrixUtil
 

Classes

class  NormalCycle
 

Functions

template<class T >
void ogf_swap (T &x, T &y)
 
static bool sphere_clip_vector (const Vec3r &O, real r, const Vec3r &P, Vec3r &V)
 
void compute_curvature_tensor (WVertex *start, real radius, NormalCycle &nc)
 
void compute_curvature_tensor_one_ring (WVertex *start, NormalCycle &nc)
 

Function Documentation

◆ compute_curvature_tensor()

void Freestyle::OGF::compute_curvature_tensor ( WVertex start,
real  radius,
NormalCycle nc 
)

◆ compute_curvature_tensor_one_ring()

void Freestyle::OGF::compute_curvature_tensor_one_ring ( WVertex start,
NormalCycle nc 
)

◆ ogf_swap()

template<class T >
void Freestyle::OGF::ogf_swap ( T x,
T y 
)
inline

Definition at line 26 of file normal_cycle.h.

References T, Freestyle::x, y, and z.

Referenced by Freestyle::OGF::NormalCycle::end().

◆ sphere_clip_vector()

static bool Freestyle::OGF::sphere_clip_vector ( const Vec3r O,
real  r,
const Vec3r P,
Vec3r V 
)
static