dlangui v0.10.7 (2024-03-11T09:32:36Z)
Home
Dub
Repo
vec3.this
dlangui
core
math3d
vec3
Undocumented in source.
this
(float v)
this
(float[3] v)
this
(float[] v)
this
(float* v)
this
(vec3 v)
struct
vec3
this
(
const
vec3
v
)
this
(float x, float y, float z)
Meta
Source
See Implementation
dlangui
core
math3d
vec3
aliases
b
g
length
r
constructors
this
functions
add
clear
div
dot
mul
normalize
opAssign
opBinary
opOpAssign
opUnary
sub
properties
magnitude
magnitudeSquared
normalized
toString
static functions
crossProduct
unions
__anonymous