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()

HPS.QuaternionSplineControlValues.QuaternionSplineControlValues ( Quaternion  in_input,
Quaternion  in_output 
)
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_inputThe value subtracted from the associated keyframe value to develop the input tangent.
in_outputThe value from which the associated keyframe value is subtracted to develop the output tangent.

Member Function Documentation

◆ Equals() [1/2]

override bool HPS.QuaternionSplineControlValues.Equals ( object  obj)
inline

Compares this QuaternionSplineControlValues object to another object.

Parameters
objThe object to compare to this object.
Returns
Returns true if the parameter is equivalent, false otherwise.

◆ Equals() [2/2]

bool HPS.QuaternionSplineControlValues.Equals ( QuaternionSplineControlValues  v)
inline

Compares a QuaternionSplineControlValues object to this QuaternionSplineControlValues.

Parameters
pThe object to compare to this object.
Returns
Returns true if the parameter is equivalent to this QuaternionSplineControlValues object, false otherwise.

◆ operator!=()

static bool HPS.QuaternionSplineControlValues.operator!= ( QuaternionSplineControlValues  in_left,
QuaternionSplineControlValues  in_right 
)
inlinestatic

Check if the source QuaternionSplineControlValues is different from this QuaternionSplineControlValues.

Parameters
in_thatThe source QuaternionSplineControlValues to compare to this QuaternionSplineControlValues.
Returns
true if the objects are different, false otherwise.

◆ operator==()

static bool HPS.QuaternionSplineControlValues.operator== ( QuaternionSplineControlValues  in_left,
QuaternionSplineControlValues  in_right 
)
inlinestatic

Check if the source QuaternionSplineControlValues is equal to this QuaternionSplineControlValues.

Parameters
in_thatThe 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