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