HPS.VectorSplineControlValues Struct Reference
Public Member Functions | |
override bool | Equals (object obj) |
bool | Equals (VectorSplineControlValues v) |
override int | GetHashCode () |
VectorSplineControlValues (Vector in_input, Vector in_output) | |
Static Public Member Functions | |
static bool | operator!= (VectorSplineControlValues in_left, VectorSplineControlValues in_right) |
static bool | operator== (VectorSplineControlValues in_left, VectorSplineControlValues in_right) |
Public Attributes | |
Vector | input |
Vector | output |
Constructor & Destructor Documentation
◆ VectorSplineControlValues()
|
inline |
Creates a new VectorSplineControlValues object used to desribe control values for an individual VectorSplineControlValues 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.
Member Function Documentation
◆ Equals() [1/2]
|
inline |
Compares this VectorSplineControlValues object to another object.
- Parameters
-
obj The object to compare to this object.
- Returns
- Returns true if the parameter is equivalent, false otherwise.
◆ Equals() [2/2]
|
inline |
Compares a VectorSplineControlValues object to this VectorSplineControlValues.
- Parameters
-
p The object to compare to this object.
- Returns
- Returns true if the parameter is equivalent to this VectorSplineControlValues object, false otherwise.
◆ operator!=()
|
inlinestatic |
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.
◆ operator==()
|
inlinestatic |
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.
The documentation for this struct was generated from the following file:
- internals/hps_sprk/source/cs/HPS.VectorSplineControlValues.cs