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

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

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

Public Member Functions

 CubicCurve (final float x1, final float y1, final float cx1, final float cy1, final float cx2, final float cy2, final float x2, final float y2)
 

Detailed Description

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

Definition at line 253 of file Crossing2F.java.

Constructor & Destructor Documentation

◆ CubicCurve()

com.jogamp.math.geom.plane.Crossing2F.CubicCurve.CubicCurve ( final float  x1,
final float  y1,
final float  cx1,
final float  cy1,
final float  cx2,
final float  cy2,
final float  x2,
final float  y2 
)

Definition at line 259 of file Crossing2F.java.


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