libSBNW
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Macros Modules Pages
Public Attributes | List of all members
gf_curveCP Struct Reference

A curve control points. More...

#include <layout.h>

Public Attributes

gf_point s
 Start.
 
gf_point c1
 Control 1.
 
gf_point c2
 Control 2.
 
gf_point e
 End.
 

Detailed Description

A curve control points.

Author
JKM

This type stores the four points which define a cubic Bezier curve. The curve touches the start (s) and end (e) points and is guided by the beginning control point (c1) and end control point (c2)


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