Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Classes | Functions
direct.directtools.DirectGeometry Namespace Reference

Classes

class  LineNodePath
 

Functions

def getCrankAngle
 
def getNearProjectionPoint
 
def getScreenXY
 
def planeIntersect
 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
 
def relHpr
 

Function Documentation

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 
)