Example #1
0
 public float3 transformDirection(float3 d)
 {
     return(Missing.rotateVector(q, d));
 }
Example #2
0
 public float3 transform(float3 p)
 {
     return(Missing.rotateVector(q, p) + t);
 }