RasterTransformMatrix
Description
- Derived from
-
RasterTransform abstract
A raster transform that uses a homogeneous 2D transformation matrix.
The transformation matrix can be updated at any time.
Public / Attributes
Bounds
The valid map bounds.
Set to Box2D.Max to disable map bounds checking. If enabled, calls to IRasterTransform.MapToRaster and IRasterTransform.RasterToMap will return Vec2D.Undefined if the input resp. output map coordinates do not lie within the given bounds.