Type for storing an apparent ridge, containing coordinates of endpoints and cooresponding ridge strengths

Constructor

inlinenew(a:Vec3, sa:Float, b:Vec3, sb:Float)

new ridge from endpoints and strengths

Parameters:

a

first endpoint coordinate

sa

strength of first endpoint

b

second endpoint coordiate

sb

strength of second endpoint

Variables

A:Vec3

first endpoint

B:Vec3

second endpoint

strengthA:Float

ridge strength at first endpoint

strengthB:Float

ridge strength at second endpoint