Search Results for

    Show / Hide Table of Contents

    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

    Extension Methods

    Extensions.ClearFlags<T>(T, T)
    Extensions.GetFlagDescription<T>(T)
    Extensions.GetFlags<T>(T)
    Extensions.In<T>(T, T[])
    Extensions.SetFlags<T>(T, T, Boolean)
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾