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

VRageMath.PlaneD.Dot

Morten Aune Lyrstad edited this page Oct 10, 2019 · 18 revisions

IndexNamespace IndexPlaneD

Summary

public double Dot(Vector4 value)

Calculates the dot product of a specified Vector4 and this PlaneD.

Returns

double

Parameters

Summary

public void Dot(ref Vector4 value, out double result)

Calculates the dot product of a specified Vector4 and this PlaneD.

Parameters

Clone this wiki locally