Arma Reforger Script API
Loading...
Searching...
No Matches
Curve Interface Reference

Represents a single 2D curve, where in each vector only the x and y coordinates are used. More...

Inheritance diagram for Curve:

Detailed Description

Represents a single 2D curve, where in each vector only the x and y coordinates are used.

It is intended to be used as a property in following way:

[Attribute("", UIWidgets.GraphDialog)]
Curve m_Curve;
Represents a single 2D curve, where in each vector only the x and y coordinates are used.
Definition Math.c:22

It may then be evaluated with:

LegacyCurve.Curve(ECurveType.CatmullRom, t, m_Curve);
Definition LegacyCurve.c:13
static proto vector Curve(ECurveType type, float param, notnull array< vector > points, array< float > knots=null)
Computes curve.

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