doml v0.0.4 (2022-08-21T00:57:34Z)
Dub
Repo
Vector3d.normalize
vector_3d
Vector3d
Normalize this vector.
@return this
Vector3d
normalize
()
struct
Vector3d
ref return
Vector3d
normalize
(
)
Vector3d
normalize
(Vector3d dest)
Vector3d
normalize
(double length)
Vector3d
normalize
(double length, Vector3d dest)
Meta
Source
See Implementation
vector_3d
Vector3d
constructors
this
functions
absolute
add
angle
angleCos
angleSigned
ceil
cross
distance
distanceSquared
div
dot
equals
floor
fma
get
half
hashCode
hermite
isFinite
length
lengthSquared
lerp
max
maxComponent
min
minComponent
mul
mulAdd
mulDirection
mulPosition
mulPositionW
mulProject
mulTranspose
mulTransposeDirection
mulTransposePosition
negate
normalize
orthogonalize
orthogonalizeUnit
reflect
rotate
rotateAxis
rotateX
rotateY
rotateZ
rotationTo
round
set
setComponent
smoothStep
sub
zero
variables
x
y
z
Normalize this vector.
@return this