[DiscordArchive] <@100246412050075648> why specifically wmos though?
[DiscordArchive] <@100246412050075648> why specifically wmos though?
Archived author: Adspartan • Posted: 2019-06-18T14:55:06.620000+00:00
Original source
but both are in noggit I guess
Archived author: Adspartan • Posted: 2019-06-18T14:55:17.463000+00:00
Original source
(the todo is an old thing, inb4 me)
Archived author: Adspartan • Posted: 2019-06-18T14:56:48.955000+00:00
Original source
anyway, useful comments in english please
Archived author: Skarn • Posted: 2019-06-18T15:10:49.524000+00:00
Original source
matrix_4x4 (rotation_xyz_t, degrees::vec3 const&);
Archived author: Skarn • Posted: 2019-06-18T15:10:57.808000+00:00
Original source
how do I pass the second argument to this ctor?
Archived author: Skarn • Posted: 2019-06-18T15:11:47.715000+00:00
Original source
```cpp
math::matrix_4x4 rot = math::matrix_4x4(math::matrix_4x4::rotation, math::degrees::vec3(math::degrees(calculateRotationXAngle(*position, oldPos, rotationPivotPoint)), math::degrees(0.0), math::degrees(0.0)));
```
Archived author: Skarn • Posted: 2019-06-18T15:12:06.943000+00:00
Original source
this doesn't work
Archived author: Adspartan • Posted: 2019-06-18T15:19:58.913000+00:00
Original source
of course it doesn't
Archived author: Adspartan • Posted: 2019-06-18T15:20:04.948000+00:00
Original source
it's not the right type
Archived author: Skarn • Posted: 2019-06-18T15:20:12.400000+00:00
Original source
what will be the right type?