* @param data See the meaning in `dataToPoint`. * @param reserved Defined by the coordinate system itself * @param out Fill it if passing, and return. For performance optimization. Vary by different coord sys. * @return Layout in global pixel coordinate system. * An invalid retu
(
data: CoordinateSystemDataCoord,
opt?: unknown,
out?: CoordinateSystemDataLayout
)
| 160 | * Never return `null/undefined`. |
| 161 | */ |
| 162 | dataToLayout?( |
| 163 | data: CoordinateSystemDataCoord, |
| 164 | opt?: unknown, |
| 165 | out?: CoordinateSystemDataLayout |
no outgoing calls
no test coverage detected