public class Attenuation extends Object
| Modifier and Type | Field and Description |
|---|---|
protected float |
constant |
protected float |
exponent |
protected float |
linear |
| Constructor and Description |
|---|
Attenuation(float constant,
float linear,
float exponent) |
Attenuation(Vector3f attenuation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
float |
getConstant() |
float |
getExponent() |
float |
getLinear() |
int |
hashCode() |
void |
setConstant(float constant) |
void |
setExponent(float exponent) |
void |
setLinear(float linear) |
String |
toString() |
protected float constant
protected float linear
protected float exponent
public Attenuation(Vector3f attenuation)
@ConstructorProperties(value={"constant","linear","exponent"}) @Generated(value="lombok") public Attenuation(float constant, float linear, float exponent)
@Generated(value="lombok") public float getConstant()
@Generated(value="lombok") public float getLinear()
@Generated(value="lombok") public float getExponent()
@Generated(value="lombok") public void setConstant(float constant)
@Generated(value="lombok") public void setLinear(float linear)
@Generated(value="lombok") public void setExponent(float exponent)
@Generated(value="lombok") public boolean equals(Object o)
@Generated(value="lombok") protected boolean canEqual(Object other)
@Generated(value="lombok") public int hashCode()
@Generated(value="lombok") public String toString()
Copyright © 2015. All rights reserved.