VisTransform4x4.h
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:14k
开发平台:

Visual C++

  1. ///////////////////////////////////////////////////////////////////////////
  2. // @doc INTERNAL EXTERNAL VISTRANSFORM4X4
  3. // @module VisTransform4x4.h |
  4. //
  5. //  The CVisTransform4x4 class represents geometric transformation
  6. //  in 4-D homogeneous coordinates (projective space), in a manner
  7. //  similar to that used in 3D graphics packages such as
  8. //  OpenGL.  A 4x4 homogeneous coordinate matrix is used to represent
  9. //  the mapping between one or more points in the world to each
  10. //  screen pixel.
  11. //
  12. //
  13. // Copyright