Panda3D
|
Classes | |
class | LineNodePath |
Functions | |
def | getCrankAngle (center) |
def | getNearProjectionPoint (nodePath) |
def | getScreenXY (nodePath) |
def | planeIntersect (lineOrigin, lineDir, planeOrigin, normal) |
Given a point in space, and a direction, find the point of intersection of that ray with a plane at the specified origin, with the specified normal. More... | |
def | qSlerp (startQuat, endQuat, t) |
def | relHpr (nodePath, base, h, p, r) |
def direct.directtools.DirectGeometry.getCrankAngle | ( | center | ) |
def direct.directtools.DirectGeometry.getNearProjectionPoint | ( | nodePath | ) |
def direct.directtools.DirectGeometry.getScreenXY | ( | nodePath | ) |
def direct.directtools.DirectGeometry.planeIntersect | ( | lineOrigin, | |
lineDir, | |||
planeOrigin, | |||
normal | |||
) |
Given a point in space, and a direction, find the point of intersection of that ray with a plane at the specified origin, with the specified normal.
def direct.directtools.DirectGeometry.qSlerp | ( | startQuat, | |
endQuat, | |||
t | |||
) |
def direct.directtools.DirectGeometry.relHpr | ( | nodePath, | |
base, | |||
h, | |||
p, | |||
r | |||
) |