Descripción
Sintaxis
public void prependRotation(double angle)
public void prependRotation(double angle, double pivotX, double pivotY)
public void prependRotation(double angle, double pivotX, double pivotY, double pivotZ, double axisX, double axisY, double axisZ)
public void prependRotation(double angle, double pivotX, double pivotY, double pivotZ, Point3D axis)
public void prependRotation(double angle, Point2D pivot)
public void prependRotation(double angle, Point3D pivot, Point3D axis)
Parámetros
- Point3D pivot,
- double pivotZ,
- double pivotX,
- double axisY,
- Point3D axis,
- double pivotY,
- double axisZ,
- Point2D pivot,
- double angle,
- double axisX,
Excepciones
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.