UserVertexTransform
-
class UserVertexTransform
Bases:
VertexTransform
This is a specialization on
VertexTransform
that allows the user to specify any arbitrary transform matrix he likes. This is rarely used except for testing.Inheritance diagram
-
explicit UserVertexTransform(std::string const &name)
-
static TypeHandle get_class_type(void)
-
std::string const &get_name(void) const
Returns the name passed to the constructor. Completely arbitrary.
-
explicit UserVertexTransform(std::string const &name)