Enfusion Script API
Loading...
Searching...
No Matches
Classes | Enumerations
Math

Math library. More...

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 }
 

Detailed Description

Math library.

Enumeration Type Documentation

◆ ECurveType

enum ECurveType
Enumerator
CatmullRom 
NaturalCubic 
UniformCubic 
CurveProperty2D 

◆ WindingOrder

Enumerator
CLOCKWISE 
COUNTERCLOCKWISE 
INVALID