Blender  V3.3
Public Member Functions | Public Attributes | List of all members
Freestyle::StrokeSegment Class Reference

Public Member Functions

 StrokeSegment (StrokeInternal::StrokeVertexIterator ibegin, StrokeInternal::StrokeVertexIterator iend, float ilength, int in, float isampling)
 

Public Attributes

StrokeInternal::StrokeVertexIterator _begin
 
StrokeInternal::StrokeVertexIterator _end
 
float _length
 
int _n
 
float _sampling
 
bool _resampled
 

Detailed Description

Definition at line 497 of file Stroke.cpp.

Constructor & Destructor Documentation

◆ StrokeSegment()

Freestyle::StrokeSegment::StrokeSegment ( StrokeInternal::StrokeVertexIterator  ibegin,
StrokeInternal::StrokeVertexIterator  iend,
float  ilength,
int  in,
float  isampling 
)
inline

Definition at line 506 of file Stroke.cpp.

References _begin, _end, _length, _n, _resampled, and _sampling.

Member Data Documentation

◆ _begin

StrokeInternal::StrokeVertexIterator Freestyle::StrokeSegment::_begin

Definition at line 499 of file Stroke.cpp.

Referenced by StrokeSegment().

◆ _end

StrokeInternal::StrokeVertexIterator Freestyle::StrokeSegment::_end

Definition at line 500 of file Stroke.cpp.

Referenced by StrokeSegment().

◆ _length

float Freestyle::StrokeSegment::_length

Definition at line 501 of file Stroke.cpp.

Referenced by StrokeSegment().

◆ _n

int Freestyle::StrokeSegment::_n

Definition at line 502 of file Stroke.cpp.

Referenced by StrokeSegment().

◆ _resampled

bool Freestyle::StrokeSegment::_resampled

Definition at line 504 of file Stroke.cpp.

Referenced by StrokeSegment().

◆ _sampling

float Freestyle::StrokeSegment::_sampling

Definition at line 503 of file Stroke.cpp.

Referenced by StrokeSegment().


The documentation for this class was generated from the following file: