withControlVertices

abstract fun withControlVertices(controlVertices: List<ControlVertex3<T>>): Surface3.Builder<T>
abstract fun withControlVertices(vararg controlVertices: ControlVertex3<T>): Surface3.Builder<T>

Sets control vertices defining the surface.