BoundedSubpath¶
Under Construction
This documentation is auto-generated, and is a work in progress. Please see the source code at https://github.com/phetsims/alpenglow/blob/main/js/cag/BoundedSubpath.ts for the most up-to-date information.
Overview¶
A single loop of a RenderPath, with computed bounds.
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class BoundedSubpath¶
Constructor¶
new BoundedSubpath( path : RenderPath, subpath : Vector2[] )¶
Instance Methods¶
Instance Properties¶
bounds : Bounds2¶
(readonly)
Static Methods¶
fromPathSet( paths : Set<RenderPath> ) : BoundedSubpath[]¶
Source Code¶
See the source for BoundedSubpath.ts in the alpenglow repository.