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.
Content copied to clipboard
presage.physiology.Point3dFloatFunctions
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
Z coordinate (depth) as floating-point value
Content copied to clipboard
float z = 3;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
Z coordinate (depth) as floating-point value
Content copied to clipboard
float z = 3;