MCPcopy Create free account

hub / github.com/dimitri-br/runity / functions

Functions123 in github.com/dimitri-br/runity

Methodrad_to_deg
# Rad To Deg Converts `f` radians into degrees.
src/math.rs:45
Methodreflect
# Reflect Reflects a vector off the plane defined by a normal.
src/vector3.rs:216
Methodrepeat
# Repeat Loops the value t, so that it is never larger than length and never smaller than 0.
src/math.rs:366
Methodright
()
src/vector3.rs:403
Methodrotate
# Rotate Rotate Quaternion `self` by Quaternion `rhs`.
src/quaternion.rs:96
Methodround
# Round Returns `f`rounded to the nearest integer.
src/math.rs:373
Methodscale
# Scale Multiplies two `Vector3` component-wise.
src/vector3.rs:194
Functionsend_changes
()
src/data.rs:48
Methodset
# Set Set `x`, `y` and `z` components of an existing `Vector3`.
src/vector3.rs:185
Functionset_data
(data: DataStruct)
src/data.rs:38
Methodsign
# Sign Returns the sign of `f`
src/math.rs:380
Methodsigned_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
Methodsmooth_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
Methodsmooth_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
Methodsmooth_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
Methodsmooth_step
# Smooth Step Interpolates between `min` and `max` with smoothing at the limits.
src/math.rs:440
Methodsqr_magnitude
# Square Magnitude Return the squared length of this vector
src/vector3.rs:259
Methodsub_assign
(&mut self, rhs: Self)
src/vector3.rs:457
Methodtan
# Tan Returns the tangent of `f` in radians
src/math.rs:457
Methodto_euler
# To Euler Returns the Euler angles of this Quaternion (in degrees).
src/quaternion.rs:70
Methodtranslate
# Translate Translates `a` vector by `b` vector
src/vector3.rs:228
Methodup
()
src/vector3.rs:409
Methodzero
()
src/vector3.rs:416
← previous101–123 of 123, ranked by callers