Public Member Functions

override bool Equals (object obj)
 
bool Equals (QuaternionKeyframe k)
 
override int GetHashCode ()
 
 QuaternionKeyframe (UInt32 in_ticks, Quaternion in_value)
 

Static Public Member Functions

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

Public Attributes

UInt32 time_in_ticks
 
Quaternion value
 

Constructor & Destructor Documentation

◆ QuaternionKeyframe()

HPS.QuaternionKeyframe.QuaternionKeyframe ( UInt32  in_ticks,
Quaternion  in_value 
)
inline

Creates a new QuaternionKeyframe, suitable for using with a QuaternionSampler object. The correspondence between real time and ticks can be controlled through AnimationControl::SetTimePerTick

Parameters
in_ticksThe time, specified in ticks, when this keyframe should be executed.
in_valueThe value of this keyframe at the specified time.

Member Function Documentation

◆ Equals() [1/2]

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

Compares this QuaternionKeyframe 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.QuaternionKeyframe.Equals ( QuaternionKeyframe  k)
inline

Compares a QuaternionKeyframe object to this QuaternionKeyframe.

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

◆ operator!=()

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

Check if the source QuaternionKeyframe is different from this QuaternionKeyframe.

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

◆ operator==()

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

Check if the source QuaternionKeyframe is equal to this QuaternionKeyframe.

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