Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3d n, float d) |
None | __init__ (self, Plane3f p) |
None | __init__ (self, Plane3d arg0) |
Plane3d | __neg__ (self) |
Plane3d | __pos__ (self) |
float | distance (self, Vector3d x) |
Plane3d | normalized (self) |
Vector3d | project (self, Vector3d p) |
Static Public Member Functions | |
Plane3d | fromDirAndPt (Vector3d n, Vector3d p) |
Generated from: MR::Plane3d Aliases: Plane3_double, Plane3_double 3-dimensional plane: dot(n,x) - d = 0 \\ingroup MathGroup
None meshlib.mrmeshpy.Plane3d.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Plane3d.__init__ | ( | self, | |
Vector3d | n, | ||
float | d ) |
None meshlib.mrmeshpy.Plane3d.__init__ | ( | self, | |
Plane3f | p ) |
None meshlib.mrmeshpy.Plane3d.__init__ | ( | self, | |
Plane3d | arg0 ) |
Implicit copy constructor.
Plane3d meshlib.mrmeshpy.Plane3d.__neg__ | ( | self | ) |
returns same plane represented with flipped direction of n-vector
Plane3d meshlib.mrmeshpy.Plane3d.__pos__ | ( | self | ) |
returns same representation
float meshlib.mrmeshpy.Plane3d.distance | ( | self, | |
Vector3d | x ) |
returns distance from given point to this plane (if n is a unit vector)
Plane3d meshlib.mrmeshpy.Plane3d.normalized | ( | self | ) |
returns same plane represented with unit n-vector