Kale
Loading...
Searching...
No Matches
Public Attributes | List of all members
Kale::CubicBezier Struct Reference

#include <Path.hpp>

Public Attributes

Vector2f start
 
Vector2f controlPoint1
 
Vector2f controlPoint2
 
Vector2f end
 

Detailed Description

Represents a single cubic bezier

Definition at line 40 of file Path.hpp.

Member Data Documentation

◆ controlPoint1

Vector2f Kale::CubicBezier::controlPoint1

Definition at line 41 of file Path.hpp.

◆ controlPoint2

Vector2f Kale::CubicBezier::controlPoint2

Definition at line 41 of file Path.hpp.

◆ end

Vector2f Kale::CubicBezier::end

Definition at line 41 of file Path.hpp.

◆ start

Vector2f Kale::CubicBezier::start

Definition at line 41 of file Path.hpp.


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