FPoint3(Single, Single, Single) Constructor
Create a new Instance of the FPoint3 Item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FPoint3(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
No code example is currently available or this language may not be supported.
Parameters
- x Single
-
X coordinate.
- y Single
-
Y coordinate.
- z Single
-
Z coordinate.