Package io.qt.quick

Class QSGGeometry.Point2D

java.lang.Object
io.qt.QtObject
io.qt.quick.QSGGeometry.Point2D
All Implemented Interfaces:
QtObjectInterface, Cloneable
Enclosing class:
QSGGeometry

public static class QSGGeometry.Point2D extends QtObject implements Cloneable

QSGGeometry::Point2D struct is a convenience struct for accessing 2D Points

Java wrapper for Qt class QSGGeometry::Point2D

  • Constructor Details

    • Point2D

      public Point2D()

      See QSGGeometry::Point2D::Point2D()

    • Point2D

      public Point2D(QSGGeometry.Point2D other)

      See QSGGeometry::Point2D::Point2D(QSGGeometry::Point2D)

    • Point2D

      public Point2D(float x, float y)

      See QSGGeometry::Point2D::Point2D{float,float}

  • Method Details