|
Blender V4.5
|
#include <BCAnimationCurve.h>
Public Member Functions | |
| BCBezTriple (BezTriple &bezt) | |
| float | get_frame () const |
| float | get_time (Scene *scene) const |
| float | get_value () const |
| float | get_angle () const |
| void | get_in_tangent (Scene *scene, float point[2], bool as_angle) const |
| void | get_out_tangent (Scene *scene, float point[2], bool as_angle) const |
| void | get_tangent (Scene *scene, float point[2], bool as_angle, int index) const |
Public Attributes | |
| BezTriple & | bezt |
Definition at line 58 of file BCAnimationCurve.h.
| BCBezTriple::BCBezTriple | ( | BezTriple & | bezt | ) |
Definition at line 654 of file BCAnimationCurve.cpp.
References bezt.
| float BCBezTriple::get_angle | ( | ) | const |
Definition at line 671 of file BCAnimationCurve.cpp.
References get_value(), and RAD2DEGF.
| float BCBezTriple::get_frame | ( | ) | const |
Definition at line 656 of file BCAnimationCurve.cpp.
References bezt.
| void BCBezTriple::get_in_tangent | ( | Scene * | scene, |
| float | point[2], | ||
| bool | as_angle ) const |
Definition at line 676 of file BCAnimationCurve.cpp.
References get_tangent().
| void BCBezTriple::get_out_tangent | ( | Scene * | scene, |
| float | point[2], | ||
| bool | as_angle ) const |
Definition at line 681 of file BCAnimationCurve.cpp.
References get_tangent().
| void BCBezTriple::get_tangent | ( | Scene * | scene, |
| float | point[2], | ||
| bool | as_angle, | ||
| int | index ) const |
Definition at line 686 of file BCAnimationCurve.cpp.
References bezt, BEZT_IPO_BEZ, FRA2TIME, and RAD2DEGF.
Referenced by get_in_tangent(), and get_out_tangent().
| float BCBezTriple::get_time | ( | Scene * | scene | ) | const |
Definition at line 661 of file BCAnimationCurve.cpp.
| float BCBezTriple::get_value | ( | ) | const |
| BezTriple& BCBezTriple::bezt |
Definition at line 60 of file BCAnimationCurve.h.
Referenced by BCBezTriple(), get_frame(), get_tangent(), get_time(), and get_value().