@crow281/ts-file-module-template
Preparing search index...
math/geometry/Circle
Circle
Interface Circle
Represents a circle.
interface
Circle
{
center
:
Point3
;
radius
:
number
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
center
radius
Properties
center
center
:
Point3
radius
radius
:
number
Length from the center of the circle to its border.
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
center
radius
@crow281/ts-file-module-template
Loading...
Represents a circle.