PointPlaneDistance

Namespace: JigLibX.Geometry
Assembly: JigLibX (in JigLibX.dll) Version: 0.3.1.0

Syntax

C#
public static float PointPlaneDistance(
	ref Vector3 pt,
	Plane plane
)
Visual Basic
Public Shared Function PointPlaneDistance ( _
	ByRef pt As Vector3, _
	plane As Plane _
) As Single
Visual C++
public:
static float PointPlaneDistance(
	Vector3% pt, 
	Plane^ plane
)

Parameters

pt
Type: Vector3%

[Missing <param name="pt"/> documentation for "M:JigLibX.Geometry.Distance.PointPlaneDistance(Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Plane)"]

plane
Type: JigLibX.Geometry..::..Plane

[Missing <param name="plane"/> documentation for "M:JigLibX.Geometry.Distance.PointPlaneDistance(Microsoft.Xna.Framework.Vector3@,JigLibX.Geometry.Plane)"]

Return Value

float

See Also