Skip to content

IntersectionPointWGSL

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/webgpu/wgsl/math/IntersectionPointWGSL.ts for the most up-to-date information.

Overview

Struct for rational intersection points.

t0: The parametric t value for the first curve t1: The parametric t value for the second curve px: The x-coordinate of the intersection point py: The y-coordinate of the intersection point

@author Jonathan Olson <jonathan.olson@colorado.edu>

Source Code

See the source for IntersectionPointWGSL.ts in the alpenglow repository.