Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Vector3f n, float d) |
None | __init__ (self, Plane3d p) |
None | __init__ (self, Plane3f p) |
Plane3f | __neg__ (self) |
Plane3f | __pos__ (self) |
str | __repr__ (self) |
float | distance (self, Vector3f x) |
Plane3f | normalized (self) |
Vector3f | project (self, Vector3f p) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
Plane3f | fromDirAndPt (Vector3f n, Vector3f p) |
Plane3f | operator (*args, **kwargs) |
Plane3f | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_d = 12 |
typing | _offsetof_n = 0 |
Generated from: MR::Plane3f 3-dimensional plane: dot(n,x) - d = 0 \\ingroup MathGroup
|
static |
None mrmeshpy.Plane3f.__init__ | ( | self | ) |
None mrmeshpy.Plane3f.__init__ | ( | self, | |
Vector3f | n, | ||
float | d ) |
None mrmeshpy.Plane3f.__init__ | ( | self, | |
Plane3d | p ) |
None mrmeshpy.Plane3f.__init__ | ( | self, | |
Plane3f | p ) |
Plane3f mrmeshpy.Plane3f.__neg__ | ( | self | ) |
returns same plane represented with flipped direction of n-vector
Plane3f mrmeshpy.Plane3f.__pos__ | ( | self | ) |
returns same representation
str mrmeshpy.Plane3f.__repr__ | ( | self | ) |
float mrmeshpy.Plane3f.distance | ( | self, | |
Vector3f | x ) |
returns distance from given point to this plane (if n is a unit vector)
Plane3f mrmeshpy.Plane3f.normalized | ( | self | ) |
returns same plane represented with unit n-vector
|
static |
|
static |
|
staticprotected |
|
staticprotected |