Skip to content
This repository has been archived by the owner on Aug 23, 2024. It is now read-only.

VRageMath.Vector3L.Dot

Malware edited this page Dec 25, 2018 · 18 revisions

IndexVector3L

Summary

public long Dot(ref Vector3L v)

Returns

long

Summary

public long Dot(Vector3L vector1, Vector3L vector2)

Returns

long

Summary

public long Dot(ref Vector3L vector1, ref Vector3L vector2)

Returns

long

Summary

public void Dot(ref Vector3L vector1, ref Vector3L vector2, ref long dot)
Clone this wiki locally