Struct boxcars::Trajectory[][src]

pub struct Trajectory {
    pub location: Option<Vector>,
    pub rotation: Option<Rotation>,
}

Contains the optional location and rotation of an object when it spawns

Fields

Methods

impl Trajectory
[src]

Trait Implementations

impl Debug for Trajectory
[src]

Formats the value using the given formatter. Read more

impl Clone for Trajectory
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Trajectory
[src]

impl PartialEq for Trajectory
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Trajectory
[src]

Auto Trait Implementations

impl Send for Trajectory

impl Sync for Trajectory