Show / Hide Table of Contents

    Struct IntersectionMaskCircle_t

    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: Valve.VR
    Assembly: Assembly-CSharp.dll
    Syntax
    public struct IntersectionMaskCircle_t

    Fields

    m_flCenterX

    Declaration
    public float m_flCenterX
    Field Value
    Type Description
    System.Single

    m_flCenterY

    Declaration
    public float m_flCenterY
    Field Value
    Type Description
    System.Single

    m_flRadius

    Declaration
    public float m_flRadius
    Field Value
    Type Description
    System.Single
    In This Article
    • Fields
      • m_flCenterX
      • m_flCenterY
      • m_flRadius
    Back to top Copyright (c) Valve Corporation, All rights reserved.