InterpolantEnding
The ending mode of a CubicInterpolant at a curve boundary.
These match the ZeroCurvatureEnding / ZeroSlopeEnding / WrapAroundEnding integer constants from three.js src/constants.js (2400 / 2401 / 2402). Only the identity matters here, not the numeric value, so they are modeled as enum members rather than magic ints.
Entries
Properties
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.