Vector3OrthoNormalize method
Implementation
void Vector3OrthoNormalize(
Vector3D v1,
Vector3D v2,
) => run(
() => _debugLabels.Vector3OrthoNormalize(v1, v2),
() => v2.setDart(v1.orthoNormalize(v2)),
);
void Vector3OrthoNormalize(
Vector3D v1,
Vector3D v2,
) => run(
() => _debugLabels.Vector3OrthoNormalize(v1, v2),
() => v2.setDart(v1.orthoNormalize(v2)),
);