RationalBoundary¶
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/RationalBoundary.ts for the most up-to-date information.
Overview¶
A loop of rational half-edges
@author Jonathan Olson <jonathan.olson@colorado.edu>
Class RationalBoundary¶
Instance Methods¶
computeProperties()¶
containsPoint( point : BigRationalVector2 ) : boolean¶
toTransformedPolygon( matrix : Matrix3 ) : Vector2[]¶
toTransformedLinearEdges( matrix : Matrix3 ) : LinearEdge[]¶
Instance Properties¶
edges : RationalHalfEdge[]¶
(readonly)
signedArea : number¶
bounds : Bounds2¶
minimalXRationalPoint : BigRationalVector2¶
Source Code¶
See the source for RationalBoundary.ts in the alpenglow repository.