HPS.QuaternionSplineControlValues Struct Reference
Public Member Functions | |
override bool | Equals (object obj) |
bool | Equals (QuaternionSplineControlValues v) |
override int | GetHashCode () |
QuaternionSplineControlValues (Quaternion in_input, Quaternion in_output) | |
Static Public Member Functions | |
static bool | operator!= (QuaternionSplineControlValues in_left, QuaternionSplineControlValues in_right) |
static bool | operator== (QuaternionSplineControlValues in_left, QuaternionSplineControlValues in_right) |
Public Attributes | |
Quaternion | input |
Quaternion | output |
Constructor & Destructor Documentation
◆ QuaternionSplineControlValues()
|
inline |
Creates a new QuaternionSplineControlValues object used to desribe control values for an individual QuaternionSplineControlValues when interpolating across a series of keyframes in a QuaternionSampler 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 QuaternionSplineControlValues 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 QuaternionSplineControlValues object to this QuaternionSplineControlValues.
- Parameters
-
p The object to compare to this object.
- Returns
- Returns true if the parameter is equivalent to this QuaternionSplineControlValues object, false otherwise.
◆ operator!=()
|
inlinestatic |
Check if the source QuaternionSplineControlValues is different from this QuaternionSplineControlValues.
- Parameters
-
in_that The source QuaternionSplineControlValues to compare to this QuaternionSplineControlValues.
- Returns
- true if the objects are different, false otherwise.
◆ operator==()
|
inlinestatic |
Check if the source QuaternionSplineControlValues is equal to this QuaternionSplineControlValues.
- Parameters
-
in_that The source QuaternionSplineControlValues to compare to this QuaternionSplineControlValues.
- 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.QuaternionSplineControlValues.cs