Vector3Barycenter method

Vector3StructType Vector3Barycenter(
  1. Vector3StructType p,
  2. Vector3StructType a,
  3. Vector3StructType b,
  4. Vector3StructType c,
)

Implementation

Vector3StructType Vector3Barycenter(Vector3StructType p, Vector3StructType a, Vector3StructType b, Vector3StructType c)
  => RaylibVector3Factories.barycenter(p, a, b, c) as Vector3StructType;