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) |
str | __repr__ (self) |
float | distance (self, Vector3d x) |
Plane3d | normalized (self) |
Vector3d | project (self, Vector3d p) |
Static Public Member Functions | |
Plane3d | fromDirAndPt (Vector3d n, Vector3d p) |
Static Protected Member Functions | |
_pybind11_conduit_v1_ (*args, **kwargs) | |
Generated from: MR::Plane3d 3-dimensional plane: dot(n,x) - d = 0 \\ingroup MathGroup
None mrmeshpy.Plane3d.__init__ | ( | self | ) |
None mrmeshpy.Plane3d.__init__ | ( | self, | |
Vector3d | n, | ||
float | d ) |
None mrmeshpy.Plane3d.__init__ | ( | self, | |
Plane3f | p ) |
None mrmeshpy.Plane3d.__init__ | ( | self, | |
Plane3d | arg0 ) |
Implicit copy constructor.
Plane3d mrmeshpy.Plane3d.__neg__ | ( | self | ) |
returns same plane represented with flipped direction of n-vector
Plane3d mrmeshpy.Plane3d.__pos__ | ( | self | ) |
returns same representation
str mrmeshpy.Plane3d.__repr__ | ( | self | ) |
|
staticprotected |
float mrmeshpy.Plane3d.distance | ( | self, | |
Vector3d | x ) |
returns distance from given point to this plane (if n is a unit vector)
Plane3d mrmeshpy.Plane3d.normalized | ( | self | ) |
returns same plane represented with unit n-vector