Skip to main content

plane3_lerp

plane3_lerp(destination, destination_offset, a_normal_x, a_normal_y, a_normal_z, a_constant, b_normal_x, b_normal_y, b_normal_z, b_constant, t)

TODO this produces increasingly incorrect when planes diverge Interpolate between two planes in linear space

Kind: global function

ParamType
destinationArray.<number>
destination_offsetnumber
a_normal_xnumber
a_normal_ynumber
a_normal_znumber
a_constantnumber
b_normal_xnumber
b_normal_ynumber
b_normal_znumber
b_constantnumber
tnumber