Vec3D Constructor (Int32, Int32, Int32) |
Creates a new Vec3D instance for a 3D coordinates system with integer values.
Namespace:
Sfs2X.Entities.Data
Assembly:
SmartFox2X (in SmartFox2X.dll) Version: 1.8.0.0 (1.8.0)
Syntax public Vec3D(
int px,
int py,
int pz
)
Parameters
- px
- Type: SystemInt32
The position along the X axis. - py
- Type: SystemInt32
The position along the Y axis. - pz
- Type: SystemInt32
The position along the Z axis.
See Also