ostk.mathematics.geometry.d3.Intersection¶
- class Intersection¶
Bases:
pybind11_object
Methods
- class Type(self: ostk.mathematics.geometry.d3.Intersection.Type, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Empty
Point
PointSet
Line
Ray
Segment
Plane
Sphere
Ellipsoid
Complex
- property name¶
- __add__( ) ostk.mathematics.geometry.d3.Intersection ¶
- access_composite( ) ostk.mathematics.geometry.d3.object.Composite ¶
- as_composite( ) ostk.mathematics.geometry.d3.object.Composite ¶
- as_ellipsoid( ) ostk.mathematics.geometry.d3.object.Ellipsoid ¶
- as_line( ) ostk.mathematics.geometry.d3.object.Line ¶
- as_line_string( ) ostk.mathematics.geometry.d3.object.LineString ¶
- as_plane( ) ostk.mathematics.geometry.d3.object.Plane ¶
- as_point( ) ostk.mathematics.geometry.d3.object.Point ¶
- as_point_set( ) ostk.mathematics.geometry.d3.object.PointSet ¶
- as_polygon( ) ostk.mathematics.geometry.d3.object.Polygon ¶
- as_pyramid( ) ostk.mathematics.geometry.d3.object.Pyramid ¶
- as_ray( ) ostk.mathematics.geometry.d3.object.Ray ¶
- as_segment( ) ostk.mathematics.geometry.d3.object.Segment ¶
- as_sphere( ) ostk.mathematics.geometry.d3.object.Sphere ¶
- static empty() ostk.mathematics.geometry.d3.Intersection ¶
- get_type( ) ostk::mathematics::geometry::d3::Intersection::Type ¶
- is_complex(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_composite(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_defined(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_ellipsoid(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_empty(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_line(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_line_string(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_plane(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_point(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_point_set(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_polygon(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_pyramid(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_ray(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_segment(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- is_sphere(self: ostk.mathematics.geometry.d3.Intersection) bool ¶
- static line( ) ostk.mathematics.geometry.d3.Intersection ¶
- static point( ) ostk.mathematics.geometry.d3.Intersection ¶
- static point_set(
- point_set: ostk.mathematics.geometry.d3.object.PointSet,
- static ray( ) ostk.mathematics.geometry.d3.Intersection ¶
- static segment( ) ostk.mathematics.geometry.d3.Intersection ¶
- static string_from_type(
- type: ostk::mathematics::geometry::d3::Intersection::Type,
- static undefined() ostk.mathematics.geometry.d3.Intersection ¶