g4tools
5.4.0
|
This is the complete list of members for tools::cubic< T >, including all inherited members.
cubic(const vec3< T > &a_p0, const vec3< T > &a_v0, const vec3< T > &a_p1, const vec3< T > &a_v1) | tools::cubic< T > | inline |
cubic(const T &a_p0_x, const T &a_p0_y, const T &a_p0_z, const T &a_v0_x, const T &a_v0_y, const T &a_v0_z, const T &a_p1_x, const T &a_p1_y, const T &a_p1_z, const T &a_v1_x, const T &a_v1_y, const T &a_v1_z) | tools::cubic< T > | inline |
cubic(const cubic &a_from) | tools::cubic< T > | inline |
get_point(unsigned int a_index, unsigned int a_num, vec3< T > &a_p) | tools::cubic< T > | inline |
get_point(unsigned int a_index, unsigned int a_num, T &a_x, T &a_y, T &a_z) | tools::cubic< T > | inline |
initialize(const T &a_p0_x, const T &a_p0_y, const T &a_p0_z, const T &a_v0_x, const T &a_v0_y, const T &a_v0_z, const T &a_p1_x, const T &a_p1_y, const T &a_p1_z, const T &a_v1_x, const T &a_v1_y, const T &a_v1_z) | tools::cubic< T > | inlineprotected |
m_a | tools::cubic< T > | protected |
m_b | tools::cubic< T > | protected |
m_c | tools::cubic< T > | protected |
m_d | tools::cubic< T > | protected |
operator=(const cubic &a_from) | tools::cubic< T > | inline |
~cubic() | tools::cubic< T > | inlinevirtual |