Enfusion Script API
|
Classes | |
interface | Math |
interface | Math2D |
interface | Math3D |
interface | FilterSmoothCD |
interface | FilterSmoothCDAng |
interface | Curve |
Represents a single 2D curve, where in each vector only the x and y coordinates are used. More... | |
interface | Curve3 |
Represents three 2D curves, where every four floats next to each other in the underlying array are organized as (x, y0, y1, y2) . More... | |
Enumerations | |
enum | ECurveType { ECurveType.CatmullRom , ECurveType.NaturalCubic , ECurveType.UniformCubic , ECurveType.CurveProperty2D } |
enum | WindingOrder { WindingOrder.CLOCKWISE , WindingOrder.COUNTERCLOCKWISE , WindingOrder.INVALID } |
Math library.
enum ECurveType |
enum WindingOrder |