dips.Vector2DVal module#
Generated wrapper for Vector2D protobuf message.
- class dips.Vector2DVal.Vector2DVal(proto_message: Any | None = None)#
Bases:
objectSimple wrapper for Vector2D with Pythonic getters and setters.
- copy()#
Create a copy of this wrapper.
- classmethod from_proto(proto_message)#
Create wrapper from existing protobuf message.
- to_proto()#
Get the underlying protobuf message.
- property x: float#
Get the X field value.
- property y: float#
Get the Y field value.