GenerateBezierPoint

From GECK
Jump to: navigation, search


A function added by the AnhNVSE Plugin.

Description

Returns a point on a Bezier curve created by 3 points

Syntax

[help]
(vector3:array) GenerateBezierPoint v1:array v2:array v3:array t:float 

Example


Notes

  • t is a number between 0 and 1

See Also