BowlerKernel
Public Member Functions | List of all members
com.piro.bezier.BezierHistory Class Reference
Collaboration diagram for com.piro.bezier.BezierHistory:
Collaboration graph
[legend]

Public Member Functions

 BezierHistory ()
 
void setStartPoint (float x, float y)
 
void setLastPoint (float x, float y)
 
void setLastKnot (float x, float y)
 

Detailed Description

Definition at line 5 of file BezierHistory.java.

Constructor & Destructor Documentation

◆ BezierHistory()

com.piro.bezier.BezierHistory.BezierHistory ( )

Definition at line 12 of file BezierHistory.java.

Member Function Documentation

◆ setLastKnot()

void com.piro.bezier.BezierHistory.setLastKnot ( float  x,
float  y 
)

◆ setLastPoint()

void com.piro.bezier.BezierHistory.setLastPoint ( float  x,
float  y 
)

◆ setStartPoint()

void com.piro.bezier.BezierHistory.setStartPoint ( float  x,
float  y 
)

Definition at line 16 of file BezierHistory.java.

References com.piro.bezier.Vector2.set().

Here is the call graph for this function:

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