CircleNTNumeric(TNumeric, TNumeric, TNumeric) Constructor
Namespace: Jodosoft.GeometryAssembly: Jodosoft.Geometry (in Jodosoft.Geometry.dll) Version: 2.0
public CircleN(
TNumeric centerX,
TNumeric centerY,
TNumeric radius
)
Public Sub New (
centerX As TNumeric,
centerY As TNumeric,
radius As TNumeric
)
public:
CircleN(
TNumeric centerX,
TNumeric centerY,
TNumeric radius
)
new :
centerX : 'TNumeric *
centerY : 'TNumeric *
radius : 'TNumeric -> CircleN
Parameters
- centerX TNumeric
-
- centerY TNumeric
-
- radius TNumeric
-