strange_
attractor_
renderer
0.1.0
Vec3
Fields
x
y
z
Methods
magnitude
new
normalize
Trait Implementations
Add
Clone
Copy
Debug
Distribution<Vec3>
Mul<f64>
PartialEq
StructuralPartialEq
Sub
Auto Trait Implementations
Freeze
RefUnwindSafe
Send
Sync
Unpin
UnwindSafe
Blanket Implementations
Any
Borrow<T>
BorrowMut<T>
CloneToUninit
From<T>
Into<U>
ToOwned
TryFrom<U>
TryInto<U>
VZip<V>
In strange_
attractor_
renderer::
primitives
strange_attractor_renderer
::
primitives
Struct
Vec3
Copy item path
source
pub struct Vec3 { pub x:
f64
, pub y:
f64
, pub z:
f64
, }
Fields
§
§
x:
f64
§
y:
f64
§
z:
f64
Implementations
§
source
§
impl
Vec3
source
pub fn
new
(x:
f64
, y:
f64
, z:
f64
) -> Self