withControlVertices

abstract fun withControlVertices(controlVertices: List<ControlVertex4<T>>): Surface4.Builder<T>
abstract fun withControlVertices(vararg controlVertices: ControlVertex4<T>): Surface4.Builder<T>

Sets control vertices defining the surface.