Public Member Functions

override bool Equals (object obj)
 
bool Equals (FloatSplineControlValues v)
 
 FloatSplineControlValues (float in_input, float in_output)
 
override int GetHashCode ()
 

Static Public Member Functions

static bool operator!= (FloatSplineControlValues in_left, FloatSplineControlValues in_right)
 
static bool operator== (FloatSplineControlValues in_left, FloatSplineControlValues in_right)
 

Public Attributes

float input
 
float output
 

Constructor & Destructor Documentation

◆ FloatSplineControlValues()

HPS.FloatSplineControlValues.FloatSplineControlValues ( float  in_input,
float  in_output 
)
inline

Creates a new FloatSplineControlValues object used to desribe control values for an individual FloatSplineControlValues when interpolating across a series of keyframes in a FloatSampler 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.FloatSplineControlValues.Equals ( object  obj)
inline

Compares this FloatSplineControlValues 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.FloatSplineControlValues.Equals ( FloatSplineControlValues  v)
inline

Compares a FloatSplineControlValues object to this FloatSplineControlValues.

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

◆ operator!=()

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

Check if the source FloatSplineControlValues is different from this FloatSplineControlValues.

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

◆ operator==()

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

Check if the source FloatSplineControlValues is equal to this FloatSplineControlValues.

Parameters
in_thatThe source FloatSplineControlValues to compare to this FloatSplineControlValues.
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.FloatSplineControlValues.cs