Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
struct
GS::Utils::COLMAPPoint3D
Inherits
Struct
<
Value
<
Object
COLMAP 3D point
Constructors
new
(id :
Int64
, x :
Float64
, y :
Float64
, z :
Float64
, r :
UInt8
, g :
UInt8
, b :
UInt8
, error :
Float64
, track_length :
Int32
)
Source
Instance methods
b
Source
b=
(b :
UInt8
)
Source
error
Source
error=
(error :
Float64
)
Source
g
Source
g=
(g :
UInt8
)
Source
id
Source
id=
(id :
Int64
)
Source
r
Source
r=
(r :
UInt8
)
Source
track_length
Source
track_length=
(track_length :
Int32
)
Source
x
Source
x=
(x :
Float64
)
Source
y
Source
y=
(y :
Float64
)
Source
z
Source
z=
(z :
Float64
)
Source