NXOpen.UF.Vec2.AffineComb

Vec2.AffineComb()

Refer to UF_VEC2_affine_comb for documentation.

Signature: AffineComb(vec, scale, vecToScale)

Parameters:
  • vec (list of float) – Unscaled vector
  • scale (float) – Scale to apply to vec_to_scale[2]
  • vecToScale (list of float) – The second two dimensional vector which is scaled.
Returns:

Vector sum of unscaled vector and scaled vector where vec_comb = vec + (scale * vec_to_scale)

Return type:

list of float

License requirements: None