public class ImmutableImaginaryProvider extends Object implements ImaginaryProvider
| Constructor and Description |
|---|
ImmutableImaginaryProvider() |
| 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) |
public Complexd createComplexd(double x, double y)
createComplexd in interface ImaginaryProviderpublic Complexf createComplexf(float x, float y)
createComplexf in interface ImaginaryProviderpublic Quaterniond createQuaterniond(double x, double y, double z, double w)
createQuaterniond in interface ImaginaryProviderpublic Quaternionf createQuaternionf(float x, float y, float z, float w)
createQuaternionf in interface ImaginaryProviderCopyright © 2013–2022 CloudburstMC. All rights reserved.