package core // VSegment is a connection between 2 VPoints type VSegment struct { } func NewVSegment() *VSegment { return new(VSegment) }