CalculateBarycentricCoords Method (TSRVector2)
Syntax
public static bool CalculateBarycentricCoords( 
   TSRVector2 _point,
   TSRVector2 _pointA,
   TSRVector2 _pointB,
   TSRVector2 _pointC,
   out float _fU,
   out float _fV,
   out float _fW
)

Parameters

_point
_pointA
_pointB
_pointC
_fU
_fV
_fW
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also