TriangleUtil extension

on

Static Methods

getBarycoord(Vector3 point, Vector3 a, Vector3 b, Vector3 c, Vector3 target) Vector3

Available on Triangle, provided by the TriangleUtil extension

getInterpolatedAttribute(BufferAttribute<NativeArray<num>> attr, int i1, int i2, int i3, Vector3 barycoord, Vector target) Vector

Available on Triangle, provided by the TriangleUtil extension

getNormal(Vector3 a, Vector3 b, Vector3 c, Vector3 target) Vector3

Available on Triangle, provided by the TriangleUtil extension

getUV(Vector3 point, Vector3 p1, Vector3 p2, Vector3 p3, Vector2 uv1, Vector2 uv2, Vector2 uv3, Vector2 target) Vector2

Available on Triangle, provided by the TriangleUtil extension