[TCheckBoxFormControlObj]C# [TCheckBoxFormControlObj]Visual Basic Returns a Vector whose individual XYZ components are each randomly chosen to be somewhere between the two given Vectors' individual XYZ components. Unlike choosing a random Lerp value between two vectors, which would give a point somewhere on the LINE between the two points, this chooses a random Lerp value between each of the two vectors individual xyz components, returning a point somewhere in the cube-shaped AREA (i.e. Volume) between the two points. Namespace: DPSF Assembly: DPSF (in DPSF.dll) Version: 2.5.0.0 Syntax
Parameters sVector1 Type: Vector3 The first Vector sVector2 Type: Vector3 The second Vector Return Value Type: Vector3 Returns a Vector whose individual XYZ components are each randomly chosen to be somewhere between the two given Vectors' individual XYZ components. See Also |