Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
reactionwheel
main
Simulator
State
Visualizer
Built with Crystal 1.9.2
2023-10-07 20:36:34 UTC
struct
State
State
Struct
Value
Object
Defined in:
simulator.cr
Constructors
.new
(lengths : Array(Float64), angle : Float64)
Instance Method Summary
#angle
: Float64
#clone
#copy_with
(lengths _lengths = @lengths, angle _angle = @angle)
#lengths
: Array(Float64)
Constructor Detail
def self.
new
(lengths : Array(Float64), angle : Float64)
#
[
View source
]
Instance Method Detail
def
angle
: Float64
#
def
clone
#
[
View source
]
def
copy_with
(lengths _lengths = @lengths, angle _angle = @angle)
#
[
View source
]
def
lengths
: Array(Float64)
#