SampSharp
SampSharp
SampSharp.Entities.SAMP
Vector3 Structure
Vector3 Methods
Barycentric Method
CatmullRom Method
Clamp Method
Cross Method
Distance Method
DistanceSquared Method
DistanceTo Method
Dot Method
Equals Method
GetHashCode Method
Hermite Method
Lerp Method
Max Method
Min Method
Normalize Method
Normalized Method
Reflect Method
SmoothStep Method
ToString Method
Transform Method
TransformNormal Method
Vector3
DistanceTo Method
Gets the distance to another
Vector3
.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
float
DistanceTo
(
Vector3
other
)
Parameters
other
Type:
SampSharp.Entities.SAMP
Vector3
The
Vector3
to calculate the distance to.
Return Value
Type:
Single
The distance between the vectors.
See Also
Reference
Vector3 Structure
SampSharp.Entities.SAMP Namespace