ETL
0.04.19
|
#include <_hermite.h>
Public Types | |
typedef V | value_type |
typedef T | time_type |
Public Types inherited from bezier< V, T > | |
typedef V | value_type |
typedef T | time_type |
typedef float | distance_type |
typedef bezier_iterator< V, T > | iterator |
typedef bezier_iterator< V, T > | const_iterator |
Public Types inherited from bezier_base< V, T > | |
typedef V | value_type |
typedef T | time_type |
Public Attributes | |
value_type | P1 |
value_type | P2 |
value_type | T1 |
value_type | T2 |
Public Attributes inherited from bezier< V, T > | |
distance_func< value_type > | dist |
Additional Inherited Members | |
Protected Attributes inherited from bezier_base< V, T > | |
affine_combo< value_type, time_type > | affine_func |
======================================================================== Extended Template Library Hermite Template Class Implementation $Id$
Copyright (c) 2002 Robert B. Quattlebaum Jr.
This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
=== N O T E S ===========================================================
This is an internal header file, included by other ETL headers. You should not attempt to use it directly.
Definition at line 135 of file _hermite.h.
typedef V hermite< V, T >::value_type |
Definition at line 138 of file _hermite.h.
Definition at line 139 of file _hermite.h.
Definition at line 144 of file _hermite.h.
|
inline |
Definition at line 145 of file _hermite.h.
|
inline |
Definition at line 147 of file _hermite.h.
|
inline |
Definition at line 152 of file _hermite.h.
|
inline |
Definition at line 153 of file _hermite.h.
|
inline |
Definition at line 154 of file _hermite.h.
|
inline |
Definition at line 155 of file _hermite.h.
|
inline |
Reimplemented from bezier_base< V, T >.
Definition at line 157 of file _hermite.h.
Referenced by hermite< T >::hermite(), and hermite< T >::sync().
value_type hermite< V, T >::P1 |
Definition at line 150 of file _hermite.h.
Referenced by hermite< T >::p1(), and hermite< T >::sync().
value_type hermite< V, T >::P2 |
Definition at line 150 of file _hermite.h.
Referenced by hermite< T >::p2(), and hermite< T >::sync().
value_type hermite< V, T >::T1 |
Definition at line 150 of file _hermite.h.
Referenced by hermite< T >::sync(), and hermite< T >::t1().
value_type hermite< V, T >::T2 |
Definition at line 150 of file _hermite.h.
Referenced by hermite< T >::sync(), and hermite< T >::t2().