Blender
V3.3
|
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 |
Definition at line 497 of file Stroke.cpp.
|
inline |
Definition at line 506 of file Stroke.cpp.
References _begin, _end, _length, _n, _resampled, and _sampling.
StrokeInternal::StrokeVertexIterator Freestyle::StrokeSegment::_begin |
Definition at line 499 of file Stroke.cpp.
Referenced by StrokeSegment().
StrokeInternal::StrokeVertexIterator Freestyle::StrokeSegment::_end |
Definition at line 500 of file Stroke.cpp.
Referenced by StrokeSegment().
float Freestyle::StrokeSegment::_length |
Definition at line 501 of file Stroke.cpp.
Referenced by StrokeSegment().
int Freestyle::StrokeSegment::_n |
Definition at line 502 of file Stroke.cpp.
Referenced by StrokeSegment().
bool Freestyle::StrokeSegment::_resampled |
Definition at line 504 of file Stroke.cpp.
Referenced by StrokeSegment().
float Freestyle::StrokeSegment::_sampling |
Definition at line 503 of file Stroke.cpp.
Referenced by StrokeSegment().