nudsfml v0.0.10-alpha (2023-02-09T04:48:03Z)
Dub
Repo
Vector3.this
nudsfml
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
T
X coordinate
Y
T
Y coordinate
Z
T
Z coordinate
Meta
Source
See Implementation
nudsfml
system
vector3
Vector3
constructors
this
functions
opAssign
opBinary
opEquals
opOpAssign
opUnary
toString
variables
x
y
z
Construct the vector from its coordinates