newspeoplefor developersdocumentationdownloads

nAnimBuilder::Key Class Reference

#include <nanimbuilder.h>

List of all members.


Detailed Description

an animation key

Definition at line 29 of file nanimbuilder.h.


Public Member Functions

 Key ()
 constructor
 Key (const vector4 &val)
 constructor with value
void Set (const vector4 &val)
 set value
const vector4Get () const
 get value
void SetX (float x)
 set x component
void SetY (float y)
 set y component
void SetZ (float z)
 set z component
void SetW (float w)
 set w component

Public Attributes

vector4 value

Constructor & Destructor Documentation

nAnimBuilder::Key::Key  )  [inline]
 

constructor

Definition at line 220 of file nanimbuilder.h.

nAnimBuilder::Key::Key const vector4 val  )  [inline]
 

constructor with value

Definition at line 229 of file nanimbuilder.h.


Member Function Documentation

void nAnimBuilder::Key::Set const vector4 val  )  [inline]
 

set value

Definition at line 280 of file nanimbuilder.h.

const vector4 & nAnimBuilder::Key::Get  )  const [inline]
 

get value

Definition at line 290 of file nanimbuilder.h.

void nAnimBuilder::Key::SetX float  x  )  [inline]
 

set x component

Definition at line 240 of file nanimbuilder.h.

void nAnimBuilder::Key::SetY float  y  )  [inline]
 

set y component

Definition at line 250 of file nanimbuilder.h.

void nAnimBuilder::Key::SetZ float  z  )  [inline]
 

set z component

Definition at line 260 of file nanimbuilder.h.

void nAnimBuilder::Key::SetW float  w  )  [inline]
 

set w component

Definition at line 270 of file nanimbuilder.h.


Member Data Documentation

vector4 nAnimBuilder::Key::value
 

Definition at line 49 of file nanimbuilder.h.


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

Copyright © 1999-2005 by the contributing authors. Ideas, requests, problems: Send feedback.