Struct CircleF
- Namespace
- Alis.Core.Aspect.Math.Shape.Circle
- Assembly
- Alis.dll
The circle
public struct CircleF : IShape
Implements
Inherited Members
Properties
R
The r
public float R { readonly get; set; }
Property Value
X
The x
public float X { readonly get; set; }
Property Value
Y
The y
public float Y { readonly get; set; }