Class: Gsplat::IO::Colmap::Point3D
- Inherits:
-
Data
- Object
- Data
- Gsplat::IO::Colmap::Point3D
- Defined in:
- lib/gsplat/io/colmap.rb
Overview
Parsed sparse 3D point and visibility track.
Instance Attribute Summary collapse
-
#error ⇒ Object
readonly
Returns the value of attribute error.
-
#id ⇒ Object
readonly
Returns the value of attribute id.
-
#rgb ⇒ Object
readonly
Returns the value of attribute rgb.
-
#track ⇒ Object
readonly
Returns the value of attribute track.
-
#xyz ⇒ Object
readonly
Returns the value of attribute xyz.
Instance Attribute Details
#error ⇒ Object (readonly)
Returns the value of attribute error
17 18 19 |
# File 'lib/gsplat/io/colmap.rb', line 17 def error @error end |
#id ⇒ Object (readonly)
Returns the value of attribute id
17 18 19 |
# File 'lib/gsplat/io/colmap.rb', line 17 def id @id end |
#rgb ⇒ Object (readonly)
Returns the value of attribute rgb
17 18 19 |
# File 'lib/gsplat/io/colmap.rb', line 17 def rgb @rgb end |
#track ⇒ Object (readonly)
Returns the value of attribute track
17 18 19 |
# File 'lib/gsplat/io/colmap.rb', line 17 def track @track end |
#xyz ⇒ Object (readonly)
Returns the value of attribute xyz
17 18 19 |
# File 'lib/gsplat/io/colmap.rb', line 17 def xyz @xyz end |