Beispiel #1
0
 void SegmentShape2D::Build(Vertices& vertices)
 {
     if (GetScale() > 0.0f && GetLength() > 0.0f)
         vertices.Append(GetStartPoint(), GetEndPoint());
 }