Docs.rs
oxiphysics-python-0.1.0
oxiphysics-python 0.1.0
Permalink
Docs.rs crate page
Apache-2.0
Links
crates.io
Source
Owners
cool-japan
Dependencies
nalgebra ^0.34
normal
oxiphysics-core ^0.1.0
normal
serde ^1
normal
serde_json ^1
normal
thiserror ^2
normal
Versions
100%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
array_to_vec3
oxiphysics_
python
0.1.0
In oxiphysics_
python::
world_
api
oxiphysics_python
::
world_api
Function
array_
to_
vec3
Copy item path
Source
pub fn array_to_vec3(arr: [
f64
;
3
]) ->
PyVec3
Expand description
Convert a
[f64; 3]
array to
PyVec3
.