Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dimitri-br/runity
/ functions
Functions
123 in github.com/dimitri-br/runity
⨍
Functions
123
◇
Types & classes
22
Method
rad_to_deg
# Rad To Deg Converts `f` radians into degrees.
src/math.rs:45
Method
reflect
# Reflect Reflects a vector off the plane defined by a normal.
src/vector3.rs:216
Method
repeat
# Repeat Loops the value t, so that it is never larger than length and never smaller than 0.
src/math.rs:366
Method
right
()
src/vector3.rs:403
Method
rotate
# Rotate Rotate Quaternion `self` by Quaternion `rhs`.
src/quaternion.rs:96
Method
round
# Round Returns `f`rounded to the nearest integer.
src/math.rs:373
Method
scale
# Scale Multiplies two `Vector3` component-wise.
src/vector3.rs:194
Function
send_changes
()
src/data.rs:48
Method
set
# Set Set `x`, `y` and `z` components of an existing `Vector3`.
src/vector3.rs:185
Function
set_data
(data: DataStruct)
src/data.rs:38
Method
sign
# Sign Returns the sign of `f`
src/math.rs:380
Method
signed_angle
# Signed Angle The smaller of the two possible angles between the two vectors is returned, therefore the result will never be greater than 180 degree
src/vector3.rs:320
Method
smooth_damp
# Smooth Damp Gradually changes a vector towards a desired goal over time. Due to lack of function overloading, all parameters must be defined here.
src/vector3.rs:111
Method
smooth_damp
# Smooth Damp Gradually changes a value towards a desired goal over time. NOTE: Use `delta_time` present in `data.time` (which is the input variable
src/math.rs:397
Method
smooth_damp_angle
# Smooth Damp Angle Gradually changes an angle given in degrees towards a desired goal angle over time. NOTE: Use `delta_time` present in `data.time
src/math.rs:432
Method
smooth_step
# Smooth Step Interpolates between `min` and `max` with smoothing at the limits.
src/math.rs:440
Method
sqr_magnitude
# Square Magnitude Return the squared length of this vector
src/vector3.rs:259
Method
sub_assign
(&mut self, rhs: Self)
src/vector3.rs:457
Method
tan
# Tan Returns the tangent of `f` in radians
src/math.rs:457
Method
to_euler
# To Euler Returns the Euler angles of this Quaternion (in degrees).
src/quaternion.rs:70
Method
translate
# Translate Translates `a` vector by `b` vector
src/vector3.rs:228
Method
up
()
src/vector3.rs:409
Method
zero
()
src/vector3.rs:416
← previous
101–123 of 123, ranked by callers