pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Untitled
1 sec ago
Untitled
2 sec ago
Untitled
7 sec ago
Untitled
9 sec ago
Untitled
14 sec ago
Untitled
19 sec ago
Untitled
20 sec ago
Untitled
27 sec ago
Layout Width
Share Pastebin
Untitled
By: a guest | Mar 21st, 2010 | Syntax:
None
| Size: 0.17 KB | Hits: 113 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
This paste has a previous version,
view the difference
.
Quaternion vecQuat, resQuat;
vecQuat.x = vn.x;
vecQuat.y = vn.y;
vecQuat.z = vn.z;
vecQuat.w = 0.0f;
resQuat = vecQuat * getConjugate();
resQuat = *this * resQuat;
create new paste
|
create new version of this paste
RAW Paste Data
Quaternion vecQuat, resQuat; vecQuat.x = vn.x; vecQuat.y = vn.y; vecQuat.z = vn.z; vecQuat.w = 0.0f; resQuat = vecQuat * getConjugate(); resQuat = *this * resQuat;