FPoint3Assign(FPoint3, Single) Method

Set the value of the point.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static void Assign(
	FPoint3 point,
	float value
)

Parameters

point  FPoint3
Reference to the point to be populated.
value  Single
Value to assign.

See Also