Show / Hide Table of Contents

Class MyPlane

Inheritance
System.Object
MyPlane
Namespace: VRage.Utils
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
Type Name Description
Vector3 point
Vector3 normal

MyPlane(ref Vector3, ref Vector3)

Declaration
public MyPlane(ref Vector3 point, ref Vector3 normal)
Parameters
Type Name Description
Vector3 point
Vector3 normal

Fields

Normal

Declaration
public Vector3 Normal
Field Value
Type Description
Vector3

Point

Declaration
public Vector3 Point
Field Value
Type Description
Vector3

Methods

GetPlaneDistance()

Declaration
public float GetPlaneDistance()
Returns
Type Description
System.Single
☀
☾
In This Article
  • Constructors
    • MyPlane(ref MyTriangle_Vertices)
    • MyPlane(Vector3, Vector3)
    • MyPlane(ref Vector3, ref Vector3)
  • Fields
    • Normal
    • Point
  • Methods
    • GetPlaneDistance()
Back to top
Generated by DocFX
☀
☾