Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Affine2DParameters ¶
type Affine2DParameters struct {
A, B, C float64 // Transformation for X: x' = A*x + B*y + C
D, E, F float64 // Transformation for Y: y' = D*x + E*y + F
}
Affine2DParameters represents the parameters of a 2D affine transformation.
Click to show internal directories.
Click to hide internal directories.