Struct ncollide2d::procedural::Polyline[][src]

pub struct Polyline<N: Real> { /* fields omitted */ }

Geometric description of a polyline.

Methods

impl<N: Real> Polyline<N>
[src]

Creates a new polyline.

impl<N: Real> Polyline<N>
[src]

Moves the polyline data out of it.

The coordinates of this polyline vertices.

The mutable coordinates of this polyline vertices.

The normals of this polyline vertices.

The mutable normals of this polyline vertices.

Translates each vertex of this polyline.

Rotates each vertex and normal of this polyline.

Transforms each vertex and rotates each normal of this polyline.

Scales each vertex of this polyline.

impl<N: Real> Polyline<N>
[src]

Scales each vertex of this mesh.

Trait Implementations

impl<N: Clone + Real> Clone for Polyline<N>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl<N> Send for Polyline<N>

impl<N> Sync for Polyline<N>