viva ~master (2021-03-16T19:32:06Z)
Home
Dub
Repo
Vector
viva
math
vector
struct
Vector (
ulong
n
)
if
(
n
>= 1
) {
union
__anonymous
;
this
(T values);
auto
ptr
();
float
length
();
void
normalize
();
Vector
!
n
normalized
();
Vector
!
n
opBinary
(float scalar);
void
opOpAssign
(float scalar);
}
Constructors
this
this
(T values)
Members
Functions
length
float
length
()
normalize
void
normalize
()
normalized
Vector
!
n
normalized
()
opBinary
Vector
!
n
opBinary
(float scalar)
opOpAssign
void
opOpAssign
(float scalar)
ptr
auto
ptr
()
Unions
__anonymous
union
__anonymous
Undocumented in source.
Meta
Source
See Implementation
viva
math
vector
aliases
Vector1
Vector2
Vector3
Vector4
structs
Vector