Class MyPlane
Inheritance
System.Object
MyPlane
Assembly: VRage.dll
Syntax
public sealed class MyPlane : ValueType
Constructors
MyPlane(ref MyTriangle_Vertices)
Declaration
public MyPlane(ref MyTriangle_Vertices triangle)
Parameters
Type |
Name |
Description |
VRage.MyTriangle_Vertices |
triangle |
|
MyPlane(Vector3, Vector3)
Declaration
public MyPlane(Vector3 point, Vector3 normal)
Parameters
MyPlane(ref Vector3, ref Vector3)
Declaration
public MyPlane(ref Vector3 point, ref Vector3 normal)
Parameters
Fields
Normal
Declaration
Field Value
Point
Declaration
Field Value
Methods
GetPlaneDistance()
Declaration
public float GetPlaneDistance()
Returns
Type |
Description |
System.Single |
|