AffineTransform.transform() | Java

 

Descripción

Sintaxis

public void transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)
public void transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts)
public void transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts)
public void transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts)
public void transform(Point2D[] ptSrc, int srcOff, Point2D[] ptDst, int dstOff, int numPts)
public Point2D transform(Point2D ptSrc, Point2D ptDst)

Parámetros

  • Point2D ptSrc,
  • int srcOff,
  • double[] srcPts,
  • float[] dstPts,
  • Point2D[] ptSrc,
  • Point2D[] ptDst,
  • int dstOff,
  • double[] dstPts,
  • float[] srcPts,
  • Point2D ptDst,
  • int numPts,

Clase Padre

AffineTransform

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.