SimpleShape

sealed trait SimpleShape extends Shape
trait Shape
class Object
trait Matchable
class Any
object Blackman.type
object Gauss.type
object Hamming.type
object Hann.type
object Line.type
object Rectangle.type
object Triangle.type

Value members

Concrete methods

def apply[L : NumInt](size: GE[L]): D

Inherited methods

def fill(winSize: Long, winOff: Long, buf: Array[Double], bufOff: Int, len: Int, param: Double): Unit
Inherited from:
Shape
def id: Int
Inherited from:
Shape