transform

fun transform(transform: Matrix44, normalTransform: Matrix44): TriangleMeshBuilder.VertexData(source)

Return a new vertex with the position transformed with transform and the normal transformed with normalTransform. Used to translate, rotate or scale vertices.