vertices
An array of vertex positions for each point in the face mesh.
Declaration
@nonobjc var vertices: [simd_float3] { get }Discussion
Each float3 value in this array represents the position of a vertex in the mesh, in face coordinates. (See Tracking Face Position and Orientation.)