Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 649 Bytes

decentraland-ecs.curve3.constructor.md

File metadata and controls

17 lines (11 loc) · 649 Bytes

Home > decentraland-ecs > Curve3 > constructor

Curve3.constructor method

A Curve3 object is a logical object, so not a mesh, to handle curves in the 3D geometric space. A Curve3 is designed from a series of successive Vector3. Tutorial

Signature:

constructor(points: Vector3[]);

Parameters

Parameter Type Description
points Vector3[] points which make up the curve