mirror of
https://github.com/hannobraun/Fornjot
synced 2025-02-27 01:25:52 +00:00
Update doc comment
This commit is contained in:
parent
218dfdbae2
commit
f1e23508ae
@ -4,7 +4,7 @@ use crate::{Shape, Shape2d};
|
||||
#[derive(Clone, Debug)]
|
||||
#[repr(C)]
|
||||
pub enum Shape3d {
|
||||
/// The union of two 3-dimensional shapes
|
||||
/// A group of two 3-dimensional shapes
|
||||
Group(Box<Group>),
|
||||
|
||||
/// A sweep of 2-dimensional shape along the z-axis
|
||||
|
Loading…
Reference in New Issue
Block a user