Initializes a new instance of the
Circle3D class
Namespace: DeltaEngine.Rendering3D.ShapesAssembly: DeltaEngine.Rendering3D.Shapes (in DeltaEngine.Rendering3D.Shapes.dll) Version: 1.1.1.0 (1.1.1)
public Circle3D(
Vector3D center,
float radius,
Color color
)
public Circle3D(
Vector3D center,
float radius,
Color color
)
Public Sub New (
center As Vector3D,
radius As Single,
color As Color
)
Public Sub New (
center As Vector3D,
radius As Single,
color As Color
)
public:
Circle3D(
Vector3D center,
float radius,
Color color
)
public:
Circle3D(
Vector3D center,
float radius,
Color color
)
new :
center : Vector3D *
radius : float32 *
color : Color -> Circle3D
new :
center : Vector3D *
radius : float32 *
color : Color -> Circle3D