Matrix33#
- class ansys.geometry.core.math.matrix.Matrix33(shape, dtype=float, buffer=None, offset=0, strides=None, order=None)#
Bases:
MatrixProvides 3x3 matrix representation.
- Parameters:
- input
ndarray|RealSequence|Matrix, default:DEFAULT_MATRIX33 Matrix arguments as a
np.ndarrayclass.
- input
Import detail#
from ansys.geometry.core.math.matrix import Matrix33