ostk.mathematics.geometry.d2.Intersection¶
- class Intersection¶
Bases:
pybind11_object
Methods
- class Type(self: ostk.mathematics.geometry.d2.Intersection.Type, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Empty
Point
PointSet
Line
LineString
Segment
Polygon
Complex
- property name¶
- __add__( ) ostk.mathematics.geometry.d2.Intersection ¶
- access_composite( ) ostk.mathematics.geometry.d2.object.Composite ¶
- as_composite( ) ostk.mathematics.geometry.d2.object.Composite ¶
- as_line( ) ostk.mathematics.geometry.d2.object.Line ¶
- as_line_string( ) ostk.mathematics.geometry.d2.object.LineString ¶
- as_point( ) ostk.mathematics.geometry.d2.object.Point ¶
- as_point_set( ) ostk.mathematics.geometry.d2.object.PointSet ¶
- as_polygon( ) ostk.mathematics.geometry.d2.object.Polygon ¶
- as_segment( ) ostk.mathematics.geometry.d2.object.Segment ¶
- static empty() ostk.mathematics.geometry.d2.Intersection ¶
- get_type( ) ostk::mathematics::geometry::d2::Intersection::Type ¶
- is_complex(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_composite(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_defined(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_empty(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_line(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_line_string(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_point(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_point_set(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_polygon(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- is_segment(self: ostk.mathematics.geometry.d2.Intersection) bool ¶
- static line( ) ostk.mathematics.geometry.d2.Intersection ¶
- static point( ) ostk.mathematics.geometry.d2.Intersection ¶
- static point_set(
- point_set: ostk.mathematics.geometry.d2.object.PointSet,
- static segment( ) ostk.mathematics.geometry.d2.Intersection ¶
- static string_from_type(
- arg0: ostk::mathematics::geometry::d2::Intersection::Type,
- static undefined() ostk.mathematics.geometry.d2.Intersection ¶