Sack Library Documentation
ContentsIndexReferenceHome
PreviousUpNext
sack::math::vector::InvertTransform Function
C++
MATHLIB_EXPORT void InvertTransform(PTRANSFORM pt);

Badly named function. 

InvertTransform turns a transform sideways, that is takes axis-normal transforms and turns them for sending to other graphic systems.

   
   
  +-         -+
  | 0   1   2 |
  | 3   4   5 |
  | 6   7   8 |
  +-         -+
becomes
  +-         -+
  | 0   3   6 |
  | 1   4   7 |
  | 2   5   8 |
  +-         -+
   
   
Not entirely useful at all :)
Created with a commercial version of Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at support@toolsfactory.com.
Copyright (c) 2000+. All rights reserved.
What do you think about this topic? Send feedback!