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

VRageMath.Plane..ctor

Malware edited this page May 4, 2019 · 2 revisions

IndexNamespace IndexPlane

Summary

public Plane(float a, float b, float c, float d)

Parameters

Summary

public Plane(Vector3 normal, float d)

Parameters

Summary

public Plane(Vector3 position, Vector3 normal)

Parameters

Summary

public Plane(Vector4 value)

Parameters

Summary

public Plane(Vector3 point1, Vector3 point2, Vector3 point3)

Parameters

Summary

public Plane(ref Vector3 point1, ref Vector3 point2, ref Vector3 point3)

Parameters

Clone this wiki locally