Type alias CurveFrame

CurveFrame: [r: vec3, s: vec3, t: vec3]

A frame (point directions) of a curve. r: normal -> up direction of the curve s: binormal -> right direction of the curve t: tangent -> forward direction of the curve

Generated using TypeDoc