Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qssgplane.cpp
Go to the documentation of this file.
1// Copyright (C) 2008-2012 NVIDIA Corporation.
2// Copyright (C) 2019 The Qt Company Ltd.
3// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
4
5#include "qssgplane_p.h"
6
8
9namespace {
11{
12 return std::sqrt(vector.x() * vector.x() + vector.y() * vector.y() + vector.z() * vector.z());
13}
14}
15
17{
18 float denom = 1.0f / magnitude(n);
19 n *= denom;
20 d *= denom;
21}
22
float d
The distance from the origin.
Definition qssgplane_p.h:83
void normalize()
equivalent plane with unit normal
Definition qssgplane.cpp:16
The QVector3D class represents a vector or vertex in 3D space.
Definition qvectornd.h:171
Combined button and popup list for selecting options.
float magnitude(const QVector3D &vector)
Definition qssgplane.cpp:10
GLfloat n
QList< int > vector
[14]