Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3d n, float d) |
None | __init__ (self, Plane3f p) |
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 | |
None | __init__ (*args, **kwargs) |
Plane3d | fromDirAndPt (Vector3d n, Vector3d p) |
Plane3d | operator (*args, **kwargs) |
Plane3d | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_d = 24 |
typing | _offsetof_n = 0 |
Generated from: MR::Plane3d 3-dimensional plane: dot(n,x) - d = 0 \\ingroup MathGroup
|
static |
None mrmeshpy.Plane3d.__init__ | ( | self | ) |
None mrmeshpy.Plane3d.__init__ | ( | self, | |
Vector3d | n, | ||
float | d ) |
None mrmeshpy.Plane3d.__init__ | ( | self, | |
Plane3f | p ) |
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 | ) |
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
|
static |
|
static |
|
staticprotected |
|
staticprotected |