VR-Link API Documentation for DIS
Home
Namespaces
Classes
Files
Examples
Libraries
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
examples
MC02Region
hypNorm.h
Go to the documentation of this file.
1
//********************************************************************
2
// Copyright (c) 1992-2025 MAK Technologies, Inc
3
// All rights reserved.
4
//********************************************************************
5
#pragma once
6
7
class
DtHyperspaceNormalizer
8
{
9
public
:
10
DtHyperspaceNormalizer
();
11
12
virtual
~DtHyperspaceNormalizer
();
13
14
virtual
unsigned
long
normalize
() = 0;
15
};
16
17
DtHyperspaceNormalizer::DtHyperspaceNormalizer
DtHyperspaceNormalizer()
DtHyperspaceNormalizer
Definition:
hypNorm.h:7
DtHyperspaceNormalizer::~DtHyperspaceNormalizer
virtual ~DtHyperspaceNormalizer()
DtHyperspaceNormalizer::normalize
virtual unsigned long normalize()=0
Document ID: Generated on Thu Oct 16 00:12:25 EDT 2025 from SVN revision 280738
Copyright © 1992-2025 MAK Technologies. All Rights Reserved (
www.mak.com
)