PyANGKernel.GKDPoint

class GKDPoint

Inheritance diagram of PyANGKernel.GKDPoint

Inherited by: GKText, GKNode, GKImage, GKGeoImage, GKController, GKCircle

Synopsis

Methods

Virtual methods

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Detailed Description

A 3D point that can be drawn in a view. Note that this is different from a GKPoint , this one is a full GKObject with support for extensible data (new attributes), editors, drawers… The GKPoint is the generic definition of a point (the coordinates).

__init__()
getPosition()
Return type:

GKPoint

The coordinates of the object

setPosition(p)
Parameters:

pGKPoint

The coordinates of the object