Class BezierConnection.Segment
java.lang.Object
com.simibubi.create.content.logistics.trains.BezierConnection.Segment
- Enclosing class:
- BezierConnection
-
Field Summary
FieldsModifier and TypeFieldDescriptionnet.minecraft.world.phys.Vec3net.minecraft.world.phys.Vec3intnet.minecraft.world.phys.Vec3net.minecraft.world.phys.Vec3 -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
index
public int index -
position
public net.minecraft.world.phys.Vec3 position -
derivative
public net.minecraft.world.phys.Vec3 derivative -
faceNormal
public net.minecraft.world.phys.Vec3 faceNormal -
normal
public net.minecraft.world.phys.Vec3 normal
-
-
Constructor Details
-
Segment
public Segment()
-