Axiom.Components.Terrain.TerrainQuadTreeNode.Rend.GetSquaredViewDepth C# (CSharp) Method

GetSquaredViewDepth() public method

public GetSquaredViewDepth ( Camera camera ) : float
camera Axiom.Core.Camera
return float
            public float GetSquaredViewDepth(Camera camera)
            {
                return mParent.GetSquaredViewDepth(camera);
            }
            /// <summary>