class Projectile

Defined in:

exercises/projectile.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(position : RayTracerChallenge::Point, velocity : RayTracerChallenge::Vector) #

[View source]

Instance Method Detail

def position : Point #

[View source]
def position=(position : Point) #

[View source]
def report #

[View source]
def tick(e : Environment) #

[View source]
def velocity : Vector #

[View source]
def velocity=(velocity : Vector) #

[View source]