Click or drag to resize

Vec3D Constructor (Single, Single)

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

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

Parameters

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