# Home    # nevrax.com   
Nevrax
Nevrax.org
#News
#Mailing-list
#Documentation
#CVS
#Bugs
#License
Docs
 
Documentation  
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages   Search  

NL3D::CAnimatedValueBlendable< NLMISC::CQuat > Class Reference

A QUATERNION implementation of IAnimatedValue. More...

#include <animated_value.h>

Inheritance diagram for NL3D::CAnimatedValueBlendable< NLMISC::CQuat >

Inheritance graph
[legend]
Collaboration diagram for NL3D::CAnimatedValueBlendable< NLMISC::CQuat >:

Collaboration graph
[legend]
List of all members.

Public Methods

virtual void blend (const IAnimatedValue& value, float blendFactor)
 A quat blend method. More...

virtual void affect (const IAnimatedValue& value)
 An assignation method. More...


Public Attributes

NLMISC::CQuat Value

Detailed Description

A QUATERNION implementation of IAnimatedValue.

Author(s):
Cyril 'Hulud' Corvazier , Nevrax France
Date:
2001

Definition at line 124 of file animated_value.h.


Member Function Documentation

void NL3D::CAnimatedValueBlendable< NLMISC::CQuat >::affect ( const IAnimatedValue & value ) [inline, virtual]
 

An assignation method.

This method assign a values in the object.

Parameters:
value   is the new value.

Reimplemented from NL3D::IAnimatedValue.

Definition at line 148 of file animated_value.h.

void NL3D::CAnimatedValueBlendable< NLMISC::CQuat >::blend ( const IAnimatedValue & value,
float blendFactor ) [inline, virtual]
 

A quat blend method.

Reimplemented from NL3D::IAnimatedValue.

Definition at line 128 of file animated_value.h.


Member Data Documentation

NLMISC::CQuat NL3D::CAnimatedValueBlendable< NLMISC::CQuat >::Value
 

Definition at line 161 of file animated_value.h.


The documentation for this class was generated from the following file: