-
|
I'm trying to determine if functions from |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Hi @v1993, Affine functions can be used with any matrices ( if there is a need ) but * Matrix format should be:
* R R R X
* R R R Y
* R R R Z
* 0 0 0 W * Right Matrix format should be:
* R R R 0
* R R R 0
* R R R 0
* 0 0 0 1Actually there are some functions in affine too that needs specific type of matrix: |
Beta Was this translation helpful? Give feedback.
Hi @v1993,
Affine functions can be used with any matrices ( if there is a need ) but
affine-mat.hcannot, becauseaffine-mat.hhas assumptions like:Actually there are some functions in affine too that needs specific type of matrix: