JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.geom.plane.Crossing2F.QuadCurve Class Reference

QuadCurve class provides basic functionality to find curve crossing and calculating bounds. More...

Collaboration diagram for com.jogamp.math.geom.plane.Crossing2F.QuadCurve:

Public Member Functions

 QuadCurve (final float x1, final float y1, final float cx, final float cy, final float x2, final float y2)
 

Detailed Description

QuadCurve class provides basic functionality to find curve crossing and calculating bounds.

Definition at line 154 of file Crossing2F.java.

Constructor & Destructor Documentation

◆ QuadCurve()

com.jogamp.math.geom.plane.Crossing2F.QuadCurve.QuadCurve ( final float  x1,
final float  y1,
final float  cx,
final float  cy,
final float  x2,
final float  y2 
)

Definition at line 159 of file Crossing2F.java.


The documentation for this class was generated from the following file: