You are here: Start » AVL.NET » AVS.AvsFilter_MakePoint3D Method

AVS.AvsFilter_MakePoint3D Method

Creates a 3D point.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AvsFilter_MakePoint3D
(
	float inX,
	float inY,
	float inZ,
	out AvlNet.Point3D outPoint3D
)

Parameters

Name Type Range Default Description
inXfloat
inYfloat
inZfloat
outPoint3DAvlNet.Point3D

See also