Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BezierNode

Represents a bezier node.

Hierarchy

  • BezierNode

Index

Properties

inTime

inTime: number

Bezier control point of inlet. Time.

inValue

inValue: number

Bezier control point of inlet. Value.

outTime

outTime: number

Bezier control point of outlet. Time.

outValue

outValue: number

Bezier control point of outlet. Value.

time

time: number

Time of the node.

value

value: number

Value of the node.

Generated using TypeDoc