Axiom.Math.Plane.Plane C# (CSharp) Méthode

Plane() public méthode

public Plane ( Plane plane ) : System.Runtime.InteropServices
plane Plane
Résultat System.Runtime.InteropServices
		public Plane( Plane plane )
		{
			this.Normal = plane.Normal;
			this.D = plane.D;
		}

Same methods

Plane::Plane ( Axiom.Math.Vector3 normal, Real constant ) : System.Runtime.InteropServices
Plane::Plane ( Axiom.Math.Vector3 normal, Axiom.Math.Vector3 point ) : System.Runtime.InteropServices
Plane::Plane ( Axiom.Math.Vector3 point0, Axiom.Math.Vector3 point1, Axiom.Math.Vector3 point2 ) : System.Runtime.InteropServices