Click or drag to resize

Point3DistanceToSquared Method

Returns the squared distance to other point.

Namespace:  Karamba.Geometry
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public double DistanceToSquared(
	Point3 other
)

Parameters

other
Type: Karamba.GeometryPoint3
other point.

Return Value

Type: Double

[Missing <returns> documentation for "M:Karamba.Geometry.Point3.DistanceToSquared(Karamba.Geometry.Point3)"]

See Also