VectorSplineControlValues
-
struct
VectorSplineControlValues
Public Functions
-
bool
operator!=
(VectorSplineControlValues const &in_that) const Check if the source VectorSplineControlValues is different from this VectorSplineControlValues.
Parameters: in_that – The source VectorSplineControlValues to compare to this VectorSplineControlValues. Returns: true if the objects are different, false otherwise.
-
bool
operator==
(VectorSplineControlValues const &in_that) const Check if the source VectorSplineControlValues is equal to this VectorSplineControlValues.
Parameters: in_that – The source VectorSplineControlValues to compare to this VectorSplineControlValues. Returns: true if the objects are equal, false otherwise.
-
VectorSplineControlValues
(Vector const &in_input, Vector const &in_output) Creates a new VectorSplineControlValues object used to desribe control values for an individual VectorKeyframe when interpolating across a series of keyframes in a VectorSampler 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