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