IntersectInformation.Dist Property

Language:

Retrieves or sets the distance along the ray where the intersection occurred.

Definition

Visual Basic Public Property Dist As Single
C# public float Dist { get; set; }
C++ public:
property float Dist {
        float get();
        void set(float value);
}
JScript public function get Dist() : float
public function set Dist(float);

Property Value

System.Single
Floating-point value that represents the distance of the intersection.

This property is read/write. 

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center