Click or drag to resize

Vector4DistanceTo Method

Gets the distance to another Vector4.

Namespace:  SampSharp.Entities.SAMP
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public float DistanceTo(
	Vector4 other
)

Parameters

other
Type: SampSharp.Entities.SAMPVector4
The Vector4 to calculate the distance to.

Return Value

Type: Single
The distance between the vectors.
See Also