Getting Started
User Guide
Visualization
Reference
bins
bin
histogram
x
y
transform_coords
Tutorials
About
Initializes a single affine transformation from the provided affine matrix coefficients.
unit (Union[Unit, str], default: Unit(1)) – The unit of the affine transformation’s translation component.
Union
Unit
str
Unit(1)
value (Union[ndarray, list]) – A 4x4 matrix of affine coefficients.
ndarray
list
A scalar variable of dtype affine_transform3.
affine_transform3