Struct MEC.MecCircle
Represetns a MecCircle
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Oasys.Common.Logic
Assembly: Oasys.Common.dll
Syntax
public struct MecCircle
Constructors
MecCircle(Vector2, Single)
Initializes a new instance of the MEC.MecCircle struct.
Declaration
public MecCircle(Vector2 center, float radius)
Parameters
Type | Name | Description |
---|---|---|
SharpDX.Vector2 | center | The center. |
System.Single | radius | The radius. |
Fields
Center
The center
Declaration
public Vector2 Center
Field Value
Type | Description |
---|---|
SharpDX.Vector2 |
Radius
The radius
Declaration
public float Radius
Field Value
Type | Description |
---|---|
System.Single |