Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Features.Primitives.Plane arg0) |
| None | __init__ (self, Vector3f center, Vector3f normal) |
| Sphere3f | intersectWithLine (self, Features.Primitives.ConeSegment line) |
| Features.Primitives.ConeSegment | intersectWithPlane (self, Features.Primitives.Plane other) |
| Vector3f | normal (self) |
| None | normal (self, Vector3f arg1) |
Static Public Member Functions | |
| bool | __eq__ (*args, **kwargs) |
| None | __init__ (*args, **kwargs) |
| Features.Primitives.Plane | operator (*args, **kwargs) |
| Features.Primitives.Plane | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_center = 0 |
| typing | _offsetof_normal = 12 |
Generated from: MR::Features::Primitives::Plane
|
static |
| None mrmeshpy.Features.Primitives.Plane.__init__ | ( | self | ) |
| None mrmeshpy.Features.Primitives.Plane.__init__ | ( | self, | |
| Features.Primitives.Plane | arg0 ) |
Implicit copy constructor.
Implicit aggregate constructor.
|
static |
| Sphere3f mrmeshpy.Features.Primitives.Plane.intersectWithLine | ( | self, | |
| Features.Primitives.ConeSegment | line ) |
Intersects the plane with a line, returns a point (zero radius sphere). Only `center` and `dir` are used from `line` (so if `line` is a cone/cylinder, its axis is used, and the line is extended to infinity).
| Features.Primitives.ConeSegment mrmeshpy.Features.Primitives.Plane.intersectWithPlane | ( | self, | |
| Features.Primitives.Plane | other ) |
Returns an infinite line, with the center in a sane location.
| Vector3f mrmeshpy.Features.Primitives.Plane.normal | ( | self | ) |
This must be normalized. The sign doesn't matter.
| None mrmeshpy.Features.Primitives.Plane.normal | ( | self, | |
| Vector3f | arg1 ) |
|
static |
|
static |
|
staticprotected |
|
staticprotected |