still plenty of problems with angleaxis and other linear algebra stuff
This commit is contained in:
parent
9bdc13e3fc
commit
5245ceb112
13 changed files with 146 additions and 166 deletions
|
@ -59,8 +59,8 @@ void register_core_function(sol::state& lua,sol::table& ns)
|
|||
ns.new_usertype<axisangle>
|
||||
("axisangle",
|
||||
sol::constructors<axisangle(), axisangle(vector3,Scalar)>(),
|
||||
"axis",sol::property(&axisangle::axis,&axisangle::set_axis),
|
||||
"angle",sol::property(&axisangle::angle,&axisangle::set_angle)
|
||||
"axis",&axisangle::axis,
|
||||
"angle",&axisangle::angle
|
||||
);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue