Uses of Class
toxi.geom.LineStrip2D
-
Uses of LineStrip2D in toxi.geom
Modifier and TypeMethodDescriptionLineStrip2D.add
(float x, float y) LineStrip2D.add
(ReadonlyVec2D p) LineStrip2D.rotate
(float theta) LineStrip2D.scale
(float scale) LineStrip2D.scale
(float x, float y) LineStrip2D.scale
(ReadonlyVec2D scale) LineStrip2D.scaleSize
(float scale) LineStrip2D.scaleSize
(float x, float y) LineStrip2D.scaleSize
(ReadonlyVec2D scale) BezierCurve2D.toLineStrip2D
(int res) Computes a list of intermediate curve points for all segments.Spline2D.toLineStrip2D
(int res) Computes all curve vertices based on the resolution/number of subdivisions requested.LineStrip2D.translate
(float x, float y) LineStrip2D.translate
(ReadonlyVec2D offset) -
Uses of LineStrip2D in toxi.processing