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.
Protobuf type presage.physiology.Point2dFloat
Link copied to clipboard
interface Point2dFloatOrBuilder : MessageLiteOrBuilder
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.
Protobuf type presage.physiology.Point2dInt32
Link copied to clipboard
interface Point2dInt32OrBuilder : MessageLiteOrBuilder
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.
Protobuf type presage.physiology.Point3dFloat
Link copied to clipboard
interface Point3dFloatOrBuilder : MessageLiteOrBuilder

Functions

Link copied to clipboard
open fun registerAllExtensions(registry: ExtensionRegistryLite)