Skip to content

Math Functions

googer_ edited this page Nov 13, 2024 · 1 revision

About Ext_Math

This extension adds random useful math functions

Capability ext_math

Info

  • ID: alt text ext_math

Functions

alt text math.Bezier(p0: number, p1: number, p2: number, t: number) -> number
Performs Bezier Interpolation

alt text math.BezierAngle(p0: Angle, p1: Angle, p2: Angle, t: number) -> Angle
Performs Bezier Interpolation on Angles

alt text math.BezierVector(p0: Vector, p1: Vector, p2: Vector, t: number) -> Vector
Performs Bezier Interpolation on Vectors

Clone this wiki locally