Builder

class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , PointTypes.Point3dFloatOrBuilder

Represents a 3D point with floating-point coordinates.
Used for spatial positioning, depth information, and 3D landmark representation.
Protobuf type presage.physiology.Point3dFloat

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
Z coordinate (depth) as floating-point value 
float z = 3;
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
open fun getZ(): Float
Z coordinate (depth) as floating-point value 
float z = 3;
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
Z coordinate (depth) as floating-point value 
float z = 3;