open3d.t.geometry.Geometry
- class open3d.t.geometry.Geometry
The base geometry class.
- __init__(*args, **kwargs)
- clear(self)
Clear all elements in the geometry.
- Returns
open3d.t.geometry.Geometry
- is_empty(self)
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.