HappyDoc Generated Documentation Class: Plane

. / _chimera / Plane 

Plane() -> Plane Plane(points: sequence of Point) -> Plane Plane(_x: Plane) -> Plane Plane(origin: Point, normal: Vector) -> Plane

attributes:

  • normal: Vector
  • origin: Point

Methods   
  nearest 
nearest ( self,  pt )

nearest(pt: Point) -> Point

  distance 
distance ( self,  pt )

distance(pt: Point) -> float

  equation 
equation ( self )

equation() -> 4-tuple of float

  moveOrigin 
moveOrigin ( self,  distance )

moveOrigin(distance: float)

  xformNormal 
xformNormal ( self,  xf )

xformNormal(xf: Xform)

  offset 
offset ( self )

offset() -> float

  intersection 
intersection ( self,  p )

intersection(p: Plane) -> bool, Point, Vector

  applyXform 
applyXform ( self,  xf )

applyXform(xf: Xform)


This document was automatically generated Thu Nov 15 14:08:58 2007 by HappyDoc version 3.0.a1