RayMeshGeometry3DHitTestResult.VertexWeight1 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 first 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 VertexWeight1 { double get(); };
public double VertexWeight1 { get; }
member this.VertexWeight1 : double
Public ReadOnly Property VertexWeight1 As Double
Property Value
The weighting of the first vertex.
Remarks
This property is the first of the mesh triangle's barycentric coordinates.
Applies to
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.