qconvert - quaternions

   1519   2   1
User Avatar
Member
27 posts
Joined: 6月 2016
Offline
Hey,

I'm wanting to convert a Quaternion into a Matrix3.

@orient is my quaternion attribute.

Tried

@neworient = matrix3 qconvert(@orient);

any ideas?
Thanks!
User Avatar
Member
252 posts
Joined:
Offline
This should probably be the syntax:
3@neworient = qconvert(@orient);

VEX Types [sidefx.com]
User Avatar
Member
27 posts
Joined: 6月 2016
Offline
Thanks!
  • Quick Links