common.v1#
zen_api.common.v1
#
Classes:
-
IntPoint–Integer-based point.
-
IntSize–Integer-based size.
-
DoublePoint–Double-based point object.
IntPoint
dataclass
#
IntPoint(x: int = betterproto.int32_field(1), y: int = betterproto.int32_field(2))
Bases: Message
Integer-based point.
Attributes:
IntSize
dataclass
#
IntSize(width: int = betterproto.int32_field(1), height: int = betterproto.int32_field(2))
DoublePoint
dataclass
#
DoublePoint(x: float = betterproto.double_field(1), y: float = betterproto.double_field(2))
Bases: Message
Double-based point object.
Attributes: