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.
Protobuf type presage.physiology.Point2dFloat

Functions

Link copied to clipboard
X coordinate as floating-point value 
float x = 1;
Link copied to clipboard
Y coordinate as floating-point value 
float y = 2;
Link copied to clipboard
open fun getX(): Float
X coordinate as floating-point value 
float x = 1;
Link copied to clipboard
open fun getY(): Float
Y coordinate as floating-point value 
float y = 2;
Link copied to clipboard
X coordinate as floating-point value 
float x = 1;
Link copied to clipboard
Y coordinate as floating-point value 
float y = 2;