elements property

elements property

Gets an array of floating-point values that represents the elements of this Matrix.

Definition:

@property
def elements(self):
    ...

See Also