dsfml ~master (2017-10-11T01:10:36Z)
Home
Dub
Repo
Vector3.this
dsfml
system
vector3
Vector3
Construct the vector from its coordinates
this
(
T
X
,
T
Y
,
T
Z
)
struct
Vector3
(T)
this
(
T
X
,
T
Y
,
T
Z
)
if
(
isNumeric
!(
T
) ||
is
(
T
==
bool
)
)
this
(
Vector3
!(
E
)
otherVector
)
Parameters
X
Type:
T
X coordinate
Y
Type:
T
Y coordinate
Z
Type:
T
Z coordinate
Meta
Source
See Implementation
dsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
z
Construct the vector from its coordinates