struct RayActive

Defined in:

mechanics/ray.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(start : Int32, stop : Int32) #

[View source]

Class Method Detail

def self.component_index #

Instance Method Detail

def clone #

[View source]
def copy_with(start _start = @start, stop _stop = @stop) #

[View source]
def start : Int32 #

def stop : Int32 #