Click or drag to resize

Mesh3ClosestMeshPoint Method

/// Gets the point on the mesh that is closest to a given test point. Similar to the ClosestPoint function except this returns a MeshPoint class which includes extra information beyond just the location of the closest point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Point3 ClosestMeshPoint(
	Point3 testPoint,
	double maximumDistance
)

Parameters

testPoint
Type: Karamba.GeometryPoint3

[Missing <param name="testPoint"/> documentation for "M:Karamba.Geometry.Mesh3.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

maximumDistance
Type: SystemDouble

[Missing <param name="maximumDistance"/> documentation for "M:Karamba.Geometry.Mesh3.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

Return Value

Type: Point3

[Missing <returns> documentation for "M:Karamba.Geometry.Mesh3.ClosestMeshPoint(Karamba.Geometry.Point3,System.Double)"]

Implements

IMeshClosestMeshPoint(Point3, Double)
See Also