PointSplineControlValues
-
struct
PointSplineControlValues Public Functions
-
bool
operator!=(PointSplineControlValues const &in_that) const Check if the source PointSplineControlValues is different from this PointSplineControlValues.
Parameters: in_that – The source PointSplineControlValues to compare to this PointSplineControlValues. Returns: true if the objects are different, false otherwise.
-
bool
operator==(PointSplineControlValues const &in_that) const Check if the source PointSplineControlValues is equal to this PointSplineControlValues.
Parameters: in_that – The source PointSplineControlValues to compare to this PointSplineControlValues. Returns: true if the objects are equal, false otherwise.
-
PointSplineControlValues(Point const &in_input, Point const &in_output) Creates a new PointSplineControlValues object used to describe control values for an individual PointKeyframe when interpolating across a series of keyframes in a PointSampler using Spline interpolation.
Parameters: - in_input – The value subtracted from the associated keyframe value to develop the input tangent.
- in_output – The value from which the associated keyframe value is subtracted to develop the output tangent.
-
bool