public interface CoordinateTransform
Modifier and Type | Method and Description |
---|---|
float[] |
apply(float[] location)
Apply the
CoordinateTransform to a location. |
void |
applyInPlace(float[] location)
Apply the
CoordinateTransform to a location. |
float[] apply(float[] location)
CoordinateTransform
to a location.location
- void applyInPlace(float[] location)
CoordinateTransform
to a location.location
- Copyright © 2015–2021 Fiji. All rights reserved.