FUDaeSplineForm Namespace Reference

Contains the spline form types and their conversion functions. More...


Enumerations

enum  Form {
  OPEN = 0,
  CLOSED,
  UNKNOWN,
  DEFAULT = OPEN
}
 A spline form. More...

Functions

FCOLLADA_EXPORT Form FromString (const fm::string &value)
 Converts a COLLADA spline form string into a spline form.
FCOLLADA_EXPORT const char * ToString (const Form &value)
 Converts a spline form into its COLLADA spline form string.


Detailed Description

Contains the spline form types and their conversion functions.

Enumeration Type Documentation

enum FUDaeSplineForm::Form
 

A spline form.

Enumerator:
OPEN  The first and last spline vertices are not connected.

This is the default spline form.

CLOSED  The first and last spline vertices are connected.
UNKNOWN  An unknown spline form.


Function Documentation

FCOLLADA_EXPORT Form FUDaeSplineForm::FromString const fm::string value  )  [inline]
 

Converts a COLLADA spline form string into a spline form.

Parameters:
value The COLLADA interpolation type string.
Returns:
The interpolation type.

FCOLLADA_EXPORT const char* FUDaeSplineForm::ToString const Form &  value  ) 
 

Converts a spline form into its COLLADA spline form string.

Parameters:
value The spline form.
Returns:
The COLLADA spline form string.


Generated on Thu Feb 14 16:58:43 2008 for FCollada by  doxygen 1.4.6-NO