SuperTuxKart
Loading...
Searching...
No Matches
Public Attributes | List of all members
BezierCurve::BezierData Struct Reference

A data structure to store one bezier control point and the two handles. More...

Public Attributes

Vec3 m_control_point
 The control point.
 
Vec3 m_handle1
 First handle, i.e.
 
Vec3 m_handle2
 Second handle, i.e.
 

Detailed Description

A data structure to store one bezier control point and the two handles.

Member Data Documentation

◆ m_handle1

Vec3 BezierCurve::BezierData::m_handle1

First handle, i.e.

the one towards the previous point.

◆ m_handle2

Vec3 BezierCurve::BezierData::m_handle2

Second handle, i.e.

the one towards the next point.


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