* @param data * @param reserved Defined by the coordinate system itself * @param out Fill it if passing, and return. For performance optimization. * @return Point in global pixel coordinate system. * An invalid returned point should be represented by `[NaN, NaN]`, * rather
(
data: CoordinateSystemDataCoord,
opt?: unknown,
out?: number[]
)
| 146 | * rather than `null/undefined`. |
| 147 | */ |
| 148 | dataToPoint( |
| 149 | data: CoordinateSystemDataCoord, |
| 150 | opt?: unknown, |
| 151 | out?: number[] |
no outgoing calls
no test coverage detected