| Package | Description |
|---|---|
| com.io7m.smfj.core |
Core types and functions.
|
| Modifier and Type | Method and Description |
|---|---|
static SMFFaceWindingOrder |
SMFFaceWindingOrder.fromIndex(int in_index) |
static SMFFaceWindingOrder |
SMFFaceWindingOrder.fromName(String name) |
static SMFFaceWindingOrder |
SMFFaceWindingOrder.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SMFFaceWindingOrder[] |
SMFFaceWindingOrder.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
default SMFFaceWindingOrder |
SMFCoordinateSystemType.windingOrder() |
SMFFaceWindingOrder |
SMFCoordinateSystem.windingOrder() |
| Modifier and Type | Method and Description |
|---|---|
static SMFCoordinateSystem |
SMFCoordinateSystem.of(com.io7m.jcoords.core.conversion.CAxisSystem axes,
SMFFaceWindingOrder windingOrder)
Construct a new immutable
SMFCoordinateSystem instance. |
SMFCoordinateSystem.Builder |
SMFCoordinateSystem.Builder.setWindingOrder(SMFFaceWindingOrder windingOrder)
Initializes the value for the
windingOrder attribute. |
SMFCoordinateSystem |
SMFCoordinateSystem.withWindingOrder(SMFFaceWindingOrder value)
Copy the current immutable object by setting a value for the
windingOrder attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com