zmath ~master (2021-07-15T08:21:03Z)
Home
Dub
Repo
Vector.W_AXIS
zmath
vector
Vector
W Axis in R4 (used like a scale factor with 3d Maths with 4d Matrixes)
struct
Vector
(T, size_t dim_)
nothrow public static
static if
(!(
dim == 2
))
static if
(!(
dim == 3
))
static if
(
dim == 4
)
enum
Vector
!(
T
,
4
)
W_AXIS
;
Meta
Source
See Implementation
zmath
vector
Vector
constructors
this
functions
approxEqual
distance
normalize
opBinary
opBinaryRight
opCast
opEquals
opIndex
opIndexAssign
opUnary
rotate
sq_distance
toString
properties
isFinite
isOk
isUnit
length
ptr
sq_length
unit
static functions
projectOnTo
static variables
W_AXIS
X_AXIS
Y_AXIS
ZERO
Z_AXIS
dim
unions
__anonymous
W Axis in R4 (used like a scale factor with 3d Maths with 4d Matrixes)