d2d ~master (2018-04-09T05:09:26Z)
Home
Dub
Repo
Vector.apply
d2d
math
Vector
Vector
Applies the given function to each element of the vector
void
apply
(
void
delegate
(
T
)
application
)
class
Vector
(T, uint dimensions)
void
apply
(
void
delegate
(
T
)
application
)
Vector
!(
U
,
dimensions
)
apply
(
U
delegate
(
T
)
application
)
Meta
Source
See Implementation
d2d
math
Vector
Vector
constructors
this
functions
apply
opAssign
opBinary
opCast
opEquals
opOpAssign
opUnary
toString
properties
directionAngles
magnitude
unions
__anonymous
Applies the given function to each element of the vector