phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Vector.this
nxt
geometry
Vector
Construct from combination of arguments.
this
(V vec)
this
(S scalar)
this
(Args args)
struct
Vector
(E, uint D, bool normalizedFlag = false, Orient orient = Orient.column)
this
(
Args
...
)
(
Args
args
)
if
(
D
>= 1 &&
(
!
normalizedFlag
||
isFloatingPoint
!
E
)
)
Meta
Source
See Implementation
nxt
geometry
Vector
aliases
norm
w
x
y
z
constructors
this
enums
isCompatibleMatrix
isCompatibleVector
functions
clear
normalize
nrnNorm
opBinary
opBinaryRight
opCast
opEquals
opIndex
opOpAssign
opSlice
opUnary
randInPlace
set
update
manifest constants
dimension
properties
joinString
magnitude
magnitudeSquared
normalized
ok
orientationString
toLaTeX
toMathML
toString
static functions
isCompatibleMatrixImpl
isCompatibleVectorImpl
static variables
E0
E1
e1
e2
e3
e4
templates
coordToIndex
variables
_vector
Construct from combination of arguments.