ostk.mathematics.geometry.d3.object.Cuboid

class Cuboid(
self: ostk.mathematics.geometry.d3.object.Cuboid,
center: ostk.mathematics.geometry.d3.object.Point,
axes: list,
extent: list,
)

Bases: Object

Methods

apply_transformation

as_ellipsoid

as_line

as_line_string

as_plane

as_point

as_point_set

as_polygon

as_pyramid

as_ray

as_segment

as_sphere

contains

cube

get_center

get_first_axis

get_first_extent

get_second_axis

get_second_extent

get_third_axis

get_third_extent

get_vertices

intersects

Overloaded function.

is_defined

is_ellipsoid

is_line

is_line_string

is_near

is_plane

is_point

is_point_set

is_polygon

is_pyramid

is_ray

is_segment

is_sphere

undefined

apply_transformation(
self: ostk.mathematics.geometry.d3.object.Cuboid,
transformation: ostk::mathematics::geometry::d3::Transformation,
) None
as_ellipsoid(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Ellipsoid
as_line(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Line
as_line_string(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::LineString
as_plane(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Plane
as_point(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Point
as_point_set(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::PointSet
as_polygon(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Polygon
as_pyramid(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Pyramid
as_ray(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Ray
as_segment(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Segment
as_sphere(
self: ostk.mathematics.geometry.d3.Object,
) ostk::mathematics::geometry::d3::object::Sphere
contains(
self: ostk.mathematics.geometry.d3.Object,
arg0: ostk.mathematics.geometry.d3.Object,
) bool
static cube(
center: ostk.mathematics.geometry.d3.object.Point,
extent: ostk.core.type.Real,
) ostk.mathematics.geometry.d3.object.Cuboid
get_center(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) ostk.mathematics.geometry.d3.object.Point
get_first_axis(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) numpy.ndarray[numpy.float64[3, 1]]
get_first_extent(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) ostk.core.type.Real
get_second_axis(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) numpy.ndarray[numpy.float64[3, 1]]
get_second_extent(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) ostk.core.type.Real
get_third_axis(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) numpy.ndarray[numpy.float64[3, 1]]
get_third_extent(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) ostk.core.type.Real
get_vertices(
self: ostk.mathematics.geometry.d3.object.Cuboid,
) list[ostk.mathematics.geometry.d3.object.Point]
intersects(*args, **kwargs)

Overloaded function.

  1. intersects(self: ostk.mathematics.geometry.d3.object.Cuboid, point: ostk.mathematics.geometry.d3.object.Point) -> bool

  2. intersects(self: ostk.mathematics.geometry.d3.object.Cuboid, point_set: ostk.mathematics.geometry.d3.object.PointSet) -> bool

  3. intersects(self: ostk.mathematics.geometry.d3.object.Cuboid, line: ostk.mathematics.geometry.d3.object.Line) -> bool

  4. intersects(self: ostk.mathematics.geometry.d3.object.Cuboid, cuboid: ostk.mathematics.geometry.d3.object.Cuboid) -> bool

is_defined(self: ostk.mathematics.geometry.d3.object.Cuboid) bool
is_ellipsoid(self: ostk.mathematics.geometry.d3.Object) bool
is_line(self: ostk.mathematics.geometry.d3.Object) bool
is_line_string(self: ostk.mathematics.geometry.d3.Object) bool
is_near(
self: ostk.mathematics.geometry.d3.object.Cuboid,
arg0: ostk.mathematics.geometry.d3.object.Cuboid,
arg1: ostk.core.type.Real,
) bool
is_plane(self: ostk.mathematics.geometry.d3.Object) bool
is_point(self: ostk.mathematics.geometry.d3.Object) bool
is_point_set(self: ostk.mathematics.geometry.d3.Object) bool
is_polygon(self: ostk.mathematics.geometry.d3.Object) bool
is_pyramid(self: ostk.mathematics.geometry.d3.Object) bool
is_ray(self: ostk.mathematics.geometry.d3.Object) bool
is_segment(self: ostk.mathematics.geometry.d3.Object) bool
is_sphere(self: ostk.mathematics.geometry.d3.Object) bool
static undefined() ostk.mathematics.geometry.d3.object.Cuboid