public interface ImaginaryProvider
| Modifier and Type | Method and Description |
|---|---|
Complexd |
createComplexd(double x,
double y) |
Complexf |
createComplexf(float x,
float y) |
Quaterniond |
createQuaterniond(double x,
double y,
double z,
double w) |
Quaternionf |
createQuaternionf(float x,
float y,
float z,
float w) |
Complexd createComplexd(double x,
double y)
Complexf createComplexf(float x,
float y)
Quaterniond createQuaterniond(double x,
double y,
double z,
double w)
Quaternionf createQuaternionf(float x,
float y,
float z,
float w)
Copyright © 2013–2022 CloudburstMC. All rights reserved.