ashwin.sudhir Posted September 6, 2011 Posted September 6, 2011 Hi, I went through the Operators chart for Vector data types, but couldn't find quat * quat How can I concatenate two quats? Do I need to convert to matrices, concatenate and then re-convert to quats? Thanks, Ashwin.
manguste Posted September 14, 2011 Posted September 14, 2011 Check the first row, it's there :) All vector types can be added to, subtracted from and multiplied by operands of the same type.
Recommended Posts