Struct three::GeometryShape [] [src]

pub struct GeometryShape {
    pub vertices: Vec<Point3<f32>>,
    pub normals: Vec<Vector3<f32>>,
}

A shape of geometry that is used for mesh blending.

Fields

Vertices.

Normals.

Methods

impl GeometryShape
[src]

Create an empty shape.

Trait Implementations

impl Clone for GeometryShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GeometryShape
[src]

Formats the value using the given formatter.