Point2
A point representing a position in 2D space
Schema
field | type | description |
---|---|---|
x | float64 | x coordinate position |
y | float64 | y coordinate position |
Reference implementations
Foxglove schemas are framework-agnostic, and can be implemented using any supported message encoding:
encoding | schema name |
---|---|
JSON | foxglove.Point2 |
Protobuf | foxglove.Point2 |
You must use the schema names specified above for Foxglove Studio to recognize the schema.