Navigation
API > API/Runtime > API/Runtime/Chaos
Description
Convert the barycentric coordinate into a cartesian corrdinate.
| Name | Chaos::FromBarycentric |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Chaos/Public/Chaos/Triangle.h |
| Include Path | #include "Chaos/Triangle.h" |
namespace Chaos
{
template<typename RealType>
TVec3< RealType > Chaos::FromBarycentric
(
const TVec3< RealType > & Barycentric,
const TVec3< RealType > & V0,
const TVec3< RealType > & V1,
const TVec3< RealType > & V2
)
}
See Also
- ToBarycentric()