Docs.rs
deke-types-1.0.0
deke-types 1.0.0
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
oh-yes-0-fps
Dependencies
approx ^0.5.1
normal
glam ^0.32.1
normal
ndarray ^0.17.2
normal
wide ^1.2.0
normal
Versions
5.95%
of the crate is documented
Go to latest version
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
RobotQ
deke_
types
1.0.0
RobotQ
Aliased Type
Trait Implementations
Add<SRobotQ<N>>
From<SRobotQ<N>>
Sub<SRobotQ<N>>
In crate deke_
types
deke_types
Type Alias
RobotQ
Copy item path
Source
pub type RobotQ =
Array1
<
f32
>;
Aliased Type
§
pub struct RobotQ {
/* private fields */
}
Trait Implementations
§
Source
§
impl<const N:
usize
>
Add
<
SRobotQ
<N>> for &
RobotQ
Source
§
type
Output
=
SRobotQ
<N>
The resulting type after applying the
+
operator.
Source
§
fn
add
(self, rhs:
SRobotQ
<N>) ->
SRobotQ
<N>
Performs the
+
operation.
Read more
Source
§
impl<const N:
usize
>
From
<
SRobotQ
<N>> for
RobotQ
Source
§
fn
from
(q:
SRobotQ
<N>) ->
RobotQ
Converts to this type from the input type.
Source
§
impl<const N:
usize
>
Sub
<
SRobotQ
<N>> for &
RobotQ
Source
§
type
Output
=
SRobotQ
<N>
The resulting type after applying the
-
operator.
Source
§
fn
sub
(self, rhs:
SRobotQ
<N>) ->
SRobotQ
<N>
Performs the
-
operation.
Read more