ostk.mathematics.geometry.d2.object.PointSet¶
- class PointSet(
- self: ostk.mathematics.geometry.d2.object.PointSet,
- points: list[ostk.mathematics.geometry.d2.object.Point],
Bases:
Object
Methods
- 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.PointSet,
- transformation: ostk::mathematics::geometry::d2::Transformation,
- distance_to(
- self: ostk.mathematics.geometry.d2.object.PointSet,
- point: ostk.mathematics.geometry.d2.object.Point,
- static empty() ostk.mathematics.geometry.d2.object.PointSet ¶
- get_point_closest_to(
- self: ostk.mathematics.geometry.d2.object.PointSet,
- point: ostk.mathematics.geometry.d2.object.Point,
- get_size(self: ostk.mathematics.geometry.d2.object.PointSet) int ¶
- is_defined(self: ostk.mathematics.geometry.d2.object.PointSet) bool ¶
- is_empty(self: ostk.mathematics.geometry.d2.object.PointSet) bool ¶
- is_near(
- self: ostk.mathematics.geometry.d2.object.PointSet,
- point_set: ostk.mathematics.geometry.d2.object.PointSet,
- tolerance: ostk.core.type.Real,
- point_set: ostk.mathematics.geometry.d2.object.PointSet,
- to_string(
- self: ostk.mathematics.geometry.d2.object.PointSet,
- 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>,