Point Types
class PointTypes
Types
Link copied to clipboard
class Point2dFloat : GeneratedMessageLite<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.Point2dFloatLink copied to clipboard
Link copied to clipboard
class Point2dInt32 : GeneratedMessageLite<MessageType, BuilderType> , PointTypes.Point2dInt32OrBuilder
Represents a 2D point with integer coordinates.
Used for pixel-based coordinate systems and discrete positioning.
Content copied to clipboard
presage.physiology.Point2dInt32Link copied to clipboard
Link copied to clipboard
class Point3dFloat : GeneratedMessageLite<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.Point3dFloatLink copied to clipboard