Surface

interface Surface<T : Number, Comparable<T>>

A surface.

Since

v2.0.0

Inheritors

Functions

Link copied to clipboard
abstract fun createTriangulation(parameterValuesU: List<T>, parameterValuesV: List<T>): SurfaceTriangulation<T>

Returns a basic triangulation for this surface.

Properties

Link copied to clipboard
abstract val degree: <Error class: unknown class><Int>

Degree of this surface in both directions.

Link copied to clipboard
abstract val gridSize: <Error class: unknown class><Int>

Size of the control points grid of this surface.

Link copied to clipboard
abstract val type: KClass<T>

Type of coordinates in this surface.