open3d.t.geometry.Geometry¶
- class open3d.t.geometry.Geometry¶
The base geometry class.
- __init__(*args, **kwargs)¶
- clear(self: open3d.t.geometry.Geometry) open3d.t.geometry.Geometry ¶
Clear all elements in the geometry.
- Returns:
open3d.t.geometry.Geometry
- is_empty(self: open3d.t.geometry.Geometry) bool ¶
Returns
True
iff the geometry is empty.- Returns:
bool
- property device¶
Returns the device of the geometry.
- property is_cpu¶
Returns true if the geometry is on CPU.
- property is_cuda¶
Returns true if the geometry is on CUDA.