Builder
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , PointTypes.Point2dFloatOrBuilder
Represents a 2D point with floating-point coordinates.
Used for precise positioning, normalized coordinates, and sub-pixel accuracy.
Content copied to clipboard
presage.physiology.Point2dFloatFunctions
Link copied to clipboard
X coordinate as floating-point value
Content copied to clipboard
float x = 1;Link copied to clipboard
Y coordinate as floating-point value
Content copied to clipboard
float y = 2;Link copied to clipboard
X coordinate as floating-point value
Content copied to clipboard
float x = 1;Link copied to clipboard
Y coordinate as floating-point value
Content copied to clipboard
float y = 2;