Table of Contents

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

float

X

The x

public float X { readonly get; set; }

Property Value

float

Y

The y

public float Y { readonly get; set; }

Property Value

float