Plane(....)
Objects derived from the _Plane abstract class, representing an infinite plane in space.
def Plane
constructors: |
|
---|---|
returns: | An instance of an object derived from the _Plane abstract class, representing an infinite plane in space. |
class PlaneFromPoints
constructors: |
|
---|---|
returns: | the plane through the given points |
conditions: | points are distinct and are not collinear |
else returns: | None |
site ref: | http://www.mathematics-online.org/inhalt/beispiel/beispiel519/ |
class Triangle
constructors: |
|
---|---|
returns: | the triangle connecting, on the plane dtermined by, the given points |
conditions: | points are distinct and are not collinear |
else returns: | None |
site ref: |
class ParaPointPlane
constructors: |
|
---|---|
returns: | the plane through the given point and parallel to the given plane |
site ref: | http://www.jtaylor1142001.net/calcjat/Solutions/VPlanes/VPPtParlPlane.htm |
class ParaLinesPlane
constructors: |
|
---|---|
returns: | the plane through the given point and parallel to the given lines. |
conditions: | lines are distinct |
else returns: | None |
site ref: |
class ParaPointsLinePlane
constructors: |
|
---|---|
returns: | the plane through the given points and parallel to the given line |
conditions: | points are distinct and not both on line |
else returns: | None |
site ref: |
class PlaneFromNormal
constructors: |
|
---|---|
returns: | the plane on point2 and normal to the line connecting point1 and point2 |
conditions: | points are distinct |
else returns: | None |
site ref: |
class PerpPlane
constructors: |
|
---|---|
returns: | the plane through the given points and perpendicular to the given plane |
conditions: | points are distinct |
else returns: | None |
site ref: |
class PolarPlane
constructors: |
|
---|---|
returns: | the plane polar to the point with respect to the sphere |
conditions: | point not at sphere center |
else returns: | None |
site ref: |