Searched defs:PropertyValue_PointValue (Results 1 – 1 of 1) sorted by relevance
605 type PropertyValue_PointValue struct { struct606 X *float64 `protobuf:"fixed64,6,req,name=x" json:"x,omitempty"`607 Y *float64 `protobuf:"fixed64,7,req,name=y" json:"y,omitempty"`608 XXX_unrecognized []byte `json:"-"`611 func (m *PropertyValue_PointValue) Reset() { *m = PropertyValue_PointValue{} }612 func (m *PropertyValue_PointValue) String() string { return proto.CompactTextString(m) }613 func (*PropertyValue_PointValue) ProtoMessage() {}615 func (m *PropertyValue_PointValue) GetX() float64 {622 func (m *PropertyValue_PointValue) GetY() float64 {