Plasma Engine  2.0
Loading...
Searching...
No Matches
plCurve1D::ControlPoint Struct Reference

Stores position and tangents to control spline interpolation. More...

#include <Curve1D.h>

Public Member Functions

 PL_DECLARE_POD_TYPE ()
 
PL_ALWAYS_INLINE bool operator< (const ControlPoint &rhs) const
 

Public Attributes

plVec2d m_Position
 The position (x,y) of the control point.
 
plVec2 m_LeftTangent
 The tangent for the curve segment to the left that affects the spline interpolation.
 
plVec2 m_RightTangent
 The tangent for the curve segment to the right that affects the spline interpolation.
 
plEnum< plCurveTangentModem_TangentModeLeft
 
plEnum< plCurveTangentModem_TangentModeRight
 
plUInt16 m_uiOriginalIndex
 

Detailed Description

Stores position and tangents to control spline interpolation.


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