quickplot
Loading...
Searching...
No Matches
src
solid.h
1
// SPDX-License-Identifier: GPL-3.0-or-later
2
// Copyright (c) 2024 Team Dissolve and contributors
3
4
#pragma once
5
6
#include "vector3.h"
7
8
float
*draw_tube(
float
*p,
float
thickness,
Vec3<float>
v1,
Vec3<float>
v2,
Vec3<float>
n1,
Vec3<float>
n2);
Vec3
Definition
vector3.h:11
Generated by
1.9.7