Descripción
Sintaxis
public Point2D inverseTransform(double x, double y) throws NonInvertibleTransformException
public Point3D inverseTransform(double x, double y, double z) throws NonInvertibleTransformException
public Bounds inverseTransform(Bounds bounds) throws NonInvertibleTransformException
public Point2D inverseTransform(Point2D point) throws NonInvertibleTransformException
public Point3D inverseTransform(Point3D point) throws NonInvertibleTransformException
Parámetros
- double x,
- double y,
- Point3D point,
- Bounds bounds,
- double z,
- Point2D point,
Excepciones
NullPointerException, IllegalStateException, NonInvertibleTransformException
Clase Padre
Ejemplo
Líneas de Código
Vídeos Java
Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.