ostk.mathematics.geometry.d2.object.Line¶
- class Line(
- self: ostk.mathematics.geometry.d2.object.Line,
- point: ostk.mathematics.geometry.d2.object.Point,
- direction: numpy.ndarray[numpy.float64[2, 1]],
- point: ostk.mathematics.geometry.d2.object.Point,
Bases:
Object
Methods
Overloaded function.
- class Format(self: ostk.mathematics.geometry.d2.Object.Format, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Standard
WKT
- property name¶
- apply_transformation(
- self: ostk.mathematics.geometry.d2.object.Line,
- transformation: ostk::mathematics::geometry::d2::Transformation,
- contains(*args, **kwargs)¶
Overloaded function.
contains(self: ostk.mathematics.geometry.d2.object.Line, point: ostk.mathematics.geometry.d2.object.Point) -> bool
contains(self: ostk.mathematics.geometry.d2.object.Line, point_set: ostk.mathematics.geometry.d2.object.PointSet) -> bool
- distance_to( ) ostk.core.type.Real ¶
- get_direction( ) numpy.ndarray[numpy.float64[2, 1]] ¶
- get_origin( ) ostk.mathematics.geometry.d2.object.Point ¶
- is_defined(self: ostk.mathematics.geometry.d2.object.Line) bool ¶
- static points(
- first_point: ostk.mathematics.geometry.d2.object.Point,
- second_point: ostk.mathematics.geometry.d2.object.Point,
- static undefined() ostk.mathematics.geometry.d2.object.Line ¶