| LineSegment2ICenter Property |
Center point on the line segment.
Namespace: Slash.Math.Geometry.LinesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntax public Vector2F Center { get; }
Public ReadOnly Property Center As Vector2F
Get
public:
property Vector2F Center {
Vector2F get ();
}
member Center : Vector2F with get
Property Value
Type:
Vector2FSee Also