TextureMatrix#

class ansys.stk.core.graphics.TextureMatrix#

A 4 by 4 matrix applied to a texture coordinate.

Overview#

m11

Get the element in the first row, first column.

m12

Get the element in the first row, second column.

m13

Get the element in the first row, third column.

m14

Get the element in the first row, fourth column.

m21

Get the element in the second row, first column.

m22

Get the element in the second row, second column.

m23

Get the element in the second row, third column.

m24

Get the element in the second row, fourth column.

m31

Get the element in the third row, first column.

m32

Get the element in the third row, second column.

m33

Get the element in the third row, third column.

m34

Get the element in the third row, fourth column.

m41

Get the element in the fourth row, first column.

m42

Get the element in the fourth row, second column.

m43

Get the element in the fourth row, third column.

m44

Get the element in the fourth row, fourth column.

Import detail#

from ansys.stk.core.graphics import TextureMatrix

Property detail#

property TextureMatrix.m11: float#

Get the element in the first row, first column.

property TextureMatrix.m12: float#

Get the element in the first row, second column.

property TextureMatrix.m13: float#

Get the element in the first row, third column.

property TextureMatrix.m14: float#

Get the element in the first row, fourth column.

property TextureMatrix.m21: float#

Get the element in the second row, first column.

property TextureMatrix.m22: float#

Get the element in the second row, second column.

property TextureMatrix.m23: float#

Get the element in the second row, third column.

property TextureMatrix.m24: float#

Get the element in the second row, fourth column.

property TextureMatrix.m31: float#

Get the element in the third row, first column.

property TextureMatrix.m32: float#

Get the element in the third row, second column.

property TextureMatrix.m33: float#

Get the element in the third row, third column.

property TextureMatrix.m34: float#

Get the element in the third row, fourth column.

property TextureMatrix.m41: float#

Get the element in the fourth row, first column.

property TextureMatrix.m42: float#

Get the element in the fourth row, second column.

property TextureMatrix.m43: float#

Get the element in the fourth row, third column.

property TextureMatrix.m44: float#

Get the element in the fourth row, fourth column.