Vec3D Constructor |
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.
|