FrenetFrames constructor

FrenetFrames({
  1. List<Vector3>? tangents,
  2. List<Vector3>? normals,
  3. List<Vector3>? binormals,
})

Implementation

FrenetFrames({
  this.tangents,
  this.normals,
  this.binormals
});