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

VRageMath.Plane.Dot

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

IndexNamespace IndexPlane

Summary

public float Dot(Vector4 value)

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

Returns

float

Parameters

Summary

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

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

Parameters

Clone this wiki locally