Class: SeedLine

SeedLine

new SeedLine(start, end, interval)

Object describing a seed line.
Parameters:
Name Type Description
start THREE.Vector3 The starting point of the seed line.
end THREE.Vector3 The end point of the seed line.
interval float The interval, in which the seed points should be sampled.
Source:

Members

end

The end point of the seed line.
Source:

interval

The interval, in which the seed points should be sampled.
Source:

start

The starting point of the seed line.
Source: