Skip to content

Commit

Permalink
added data doc
Browse files Browse the repository at this point in the history
  • Loading branch information
cvhammond committed Aug 20, 2023
1 parent cfdd1a0 commit 3399283
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ use crate::{
};
use nalgebra::{DMatrix, SVector, Vector3};

/// A struct containing the data from a C3D file
/// after it has been parsed.
/// The data is stored with nalgebra matrices.
#[derive(Debug, Clone)]
pub struct Data {
pub points: DMatrix<Vector3<f32>>,
Expand Down

0 comments on commit 3399283

Please sign in to comment.