ostk.mathematics.geometry.d2.object.Point¶
- class Point( )¶
Bases:
Object
Methods
- class Format(self: ostk.mathematics.geometry.d2.Object.Format, value: int)¶
Bases:
pybind11_object
Members:
Undefined
Standard
WKT
- property name¶
- __add__(
- self: ostk.mathematics.geometry.d2.object.Point,
- arg0: numpy.ndarray[numpy.float64[2, 1]],
- apply_transformation(
- self: ostk.mathematics.geometry.d2.object.Point,
- transformation: ostk::mathematics::geometry::d2::Transformation,
- as_vector( ) numpy.ndarray[numpy.float64[2, 1]] ¶
- distance_to( ) ostk.core.type.Real ¶
- is_defined(self: ostk.mathematics.geometry.d2.object.Point) bool ¶
- is_near(
- self: ostk.mathematics.geometry.d2.object.Point,
- point: ostk.mathematics.geometry.d2.object.Point,
- tolerance: ostk.core.type.Real,
- point: ostk.mathematics.geometry.d2.object.Point,
- static origin() ostk.mathematics.geometry.d2.object.Point ¶
- to_string(
- self: ostk.mathematics.geometry.d2.object.Point,
- format: ostk.mathematics.geometry.d2.Object.Format = <Format.Standard: 1>,
- precision: ostk.core.type.Integer = Undefined,
- format: ostk.mathematics.geometry.d2.Object.Format = <Format.Standard: 1>,
- static undefined() ostk.mathematics.geometry.d2.object.Point ¶
- static vector(
- vector: numpy.ndarray[numpy.float64[2, 1]],