FPointZero Method

Zero the values of the specified point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void Zero(
	FPoint point
)

Parameters

point  FPoint
Reference to the point to be modified.

See Also