Vec3D Class |
Namespace: Sfs2X.Entities.Data
public class Vec3D
The Vec3D type exposes the following members.
| Name | Description | |
|---|---|---|
| Vec3D(Int32, Int32) |
Creates a new Vec3D instance for a 2D coordinates system with integer values.
| |
| Vec3D(Single, Single) |
Creates a new Vec3D instance for a 2D coordinates system with float values.
| |
| Vec3D(Int32, Int32, Int32) |
Creates a new Vec3D instance for a 3D coordinates system with integer values.
| |
| Vec3D(Single, Single, Single) |
Creates a new Vec3D instance for a 3D coordinates system with float values.
|
| Name | Description | |
|---|---|---|
| FloatX |
Returns the position along the X axis as a float value.
| |
| FloatY |
Returns the position along the Y axis as a float value.
| |
| FloatZ |
Returns the position along the Z axis as a float value.
| |
| IntX |
Returns the position along the X axis as an integer value.
| |
| IntY |
Returns the position along the Y axis as an integer value.
| |
| IntZ |
Returns the position along the Z axis as an integer value.
|
| Name | Description | |
|---|---|---|
| IsFloat |
Indicates whether the position is expressed using floating point values or not.
|