Click or drag to resize

Point3DMidpoint Method

Returns the midpoint between two points.

Namespace: RAYLASE.SPICE3.Utils
Assembly: RAYLASE.SPICE3.Utils (in RAYLASE.SPICE3.Utils.dll) Version: 3.4.1
Syntax
C#
public Point3D Midpoint(
	Point3D point
)

Parameters

point  Point3D

[Missing <param name="point"/> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Midpoint(RAYLASE.SPICE3.Utils.Point3D)"]

Return Value

Point3D

[Missing <returns> documentation for "M:RAYLASE.SPICE3.Utils.Point3D.Midpoint(RAYLASE.SPICE3.Utils.Point3D)"]

See Also