RayMeshGeometry3DHitTestResult.VertexWeight2 Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Relative contribution of the second vertex of a mesh triangle to the point at which that triangle was intersected by the hit test, expressed as a value between zero and 1.
public:
property double VertexWeight2 { double get(); };
public double VertexWeight2 { get; }
member this.VertexWeight2 : double
Public ReadOnly Property VertexWeight2 As Double
Property Value
The weighting of the second vertex.
Remarks
This property is the second of the mesh triangle's barycentric coordinates.
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.