Click or drag to resize

Vec3D Constructor (Int32, Int32)

Creates a new Vec3D instance for a 2D coordinates system with integer values.

Namespace:  Sfs2X.Entities.Data
Assembly:  SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax
C#
public Vec3D(
	int px,
	int py
)

Parameters

px
Type: SystemInt32
The position along the X axis.
py
Type: SystemInt32
The position along the Y axis.
See Also