Inherits pandac::PandaModules::NodePath.
List of all members.
Constructor & Destructor Documentation
def __init__ |
( |
|
self, |
|
|
|
parent = None , |
|
|
|
name = None , |
|
|
|
thickness = 1.0 , |
|
|
|
colorVec = VBase4(1) |
|
) |
| |
Member Function Documentation
def create |
( |
|
self, |
|
|
|
frameAccurate = 0 |
|
) |
| |
def drawArrow |
( |
|
self, |
|
|
|
sv, |
|
|
|
ev, |
|
|
|
arrowAngle, |
|
|
|
arrowLength |
|
) |
| |
Do the work of moving the cursor around to draw an arrow from
sv to ev. Hack: the arrows take the z value of the end point
def drawArrow2d |
( |
|
self, |
|
|
|
sv, |
|
|
|
ev, |
|
|
|
arrowAngle, |
|
|
|
arrowLength |
|
) |
| |
Do the work of moving the cursor around to draw an arrow from
sv to ev. Hack: the arrows take the z value of the end point
def drawLines |
( |
|
self, |
|
|
|
lineList |
|
) |
| |
Given a list of lists of points, draw a separate line for each list
def drawTo |
( |
|
self, |
|
|
|
_args |
|
) |
| |
def getCurrentPosition |
( |
|
self | ) |
|
def getNumVertices |
( |
|
self | ) |
|
def getVertex |
( |
|
self, |
|
|
|
index |
|
) |
| |
def getVertexColor |
( |
|
self | ) |
|
def moveTo |
( |
|
self, |
|
|
|
_args |
|
) |
| |
def setColor |
( |
|
self, |
|
|
|
_args |
|
) |
| |
def setThickness |
( |
|
self, |
|
|
|
thickness |
|
) |
| |
def setVertex |
( |
|
self, |
|
|
|
_args |
|
) |
| |
def setVertexColor |
( |
|
self, |
|
|
|
vertex, |
|
|
|
_args |
|
) |
| |
Member Data Documentation